Merge pull request #578 from tildearrow/ngp

Add generic PCM DAC system
This commit is contained in:
tildearrow 2022-07-23 19:12:51 -05:00 committed by GitHub
commit 623c0efbba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 481 additions and 4 deletions

View file

@ -894,6 +894,7 @@ const int availableSystems[]={
DIV_SYSTEM_MSM6258,
DIV_SYSTEM_MSM6295,
DIV_SYSTEM_RF5C68,
DIV_SYSTEM_PCM_DAC,
0 // don't remove this last one!
};