replace AArt µPD1771C core with MAME

This commit is contained in:
tildearrow 2025-01-29 01:58:31 -05:00
parent 00ad4e4a46
commit 97402e6d41
20 changed files with 1126 additions and 380 deletions

View file

@ -1320,6 +1320,7 @@ const int availableSystems[]={
DIV_SYSTEM_OPL4_DRUMS,
DIV_SYSTEM_SUPERVISION,
DIV_SYSTEM_UPD1771C,
DIV_SYSTEM_UPD1771C_TONE,
DIV_SYSTEM_SID3,
0 // don't remove this last one!
};
@ -1425,6 +1426,7 @@ const int chipsSpecial[]={
DIV_SYSTEM_SID2,
DIV_SYSTEM_SUPERVISION,
DIV_SYSTEM_UPD1771C,
DIV_SYSTEM_UPD1771C_TONE,
DIV_SYSTEM_SID3,
0 // don't remove this last one!
};