Add SCC and SCC+ support

This commit is contained in:
Natt Akuma 2022-05-10 11:18:25 +07:00
parent da71a6a804
commit a3fc76c984
8 changed files with 1254 additions and 0 deletions

View file

@ -859,6 +859,8 @@ const int availableSystems[]={
DIV_SYSTEM_VRC6,
DIV_SYSTEM_FDS,
DIV_SYSTEM_MMC5,
DIV_SYSTEM_SCC,
DIV_SYSTEM_SCC_PLUS,
0 // don't remove this last one!
};