Add generic PCM DAC system

For use with NGP DAC and some arcade system combos
This commit is contained in:
Natt Akuma 2022-07-03 01:42:47 +07:00
parent fac415c8e8
commit d3cd7bbb81
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!
};