You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.7KB

  1. {
  2. "slug": "KautenjaDSP-PotatoChips",
  3. "version": "1.5.1",
  4. "license": "GPL-3.0-or-later",
  5. "name": "KautenjaDSP Potato Chips",
  6. "brand": "KautenjaDSP",
  7. "author": "Christian Kauten",
  8. "authorEmail": "KautenjaDSP@gmail.com",
  9. "authorUrl": "https://kautenja.github.io/",
  10. "sourceUrl": "https://github.com/Kautenja/PotatoChips",
  11. "changelogUrl": "https://github.com/Kautenja/PotatoChips/blob/master/CHANGELOG.md",
  12. "modules": [
  13. {
  14. "slug": "AY_3_8910",
  15. "name": "AY-3-8910",
  16. "description": "An emulation of the General Instrument AY-3-8910 audio processing unit.",
  17. "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/AY_3_8910.pdf",
  18. "tags": [
  19. "Oscillator"
  20. ]
  21. },
  22. {
  23. "slug": "POKEY",
  24. "name": "POKEY",
  25. "description": "An emulation of the Atari POKEY audio processing unit.",
  26. "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/POKEY.pdf",
  27. "tags": [
  28. "Oscillator"
  29. ]
  30. },
  31. {
  32. "slug": "VRC6",
  33. "name": "VRC6",
  34. "description": "An emulation of the Konami VRC6 chip.",
  35. "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/VRC6.pdf",
  36. "tags": [
  37. "Oscillator"
  38. ]
  39. },
  40. {
  41. "slug": "106",
  42. "name": "106",
  43. "description": "An emulation of the Namco 106 wavetable chip.",
  44. "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/106.pdf",
  45. "tags": [
  46. "Oscillator"
  47. ]
  48. },
  49. {
  50. "slug": "GBS",
  51. "name": "GBS",
  52. "description": "An emulation of the Nintendo Gameboy Sound System audio processing unit.",
  53. "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/GBS.pdf",
  54. "tags": [
  55. "Oscillator",
  56. "Noise"
  57. ]
  58. },
  59. {
  60. "slug": "2A03",
  61. "name": "2A03",
  62. "description": "An emulation of the Ricoh 2A03 chip from the Nintendo Entertainment System.",
  63. "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/2A03.pdf",
  64. "tags": [
  65. "Oscillator",
  66. "Noise"
  67. ]
  68. },
  69. {
  70. "slug": "FME7",
  71. "name": "FME7",
  72. "description": "An emulation of the Sunsoft FME-7 chip.",
  73. "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/FME7.pdf",
  74. "tags": [
  75. "Oscillator"
  76. ]
  77. },
  78. {
  79. "slug": "SN76489",
  80. "name": "SN76489",
  81. "description": "An emulation of the Texas Instruments SN76489 chip from the Sega Master System.",
  82. "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/sn76489.pdf",
  83. "tags": [
  84. "Oscillator",
  85. "Noise"
  86. ]
  87. }
  88. ]
  89. }