Add VIC-20 support

This commit is contained in:
Natt Akuma 2022-03-22 14:48:48 +07:00
parent 6c10c269a1
commit feb138cefc
9 changed files with 749 additions and 3 deletions

View file

@ -164,5 +164,6 @@ const int availableSystems[]={
DIV_SYSTEM_VERA,
DIV_SYSTEM_BUBSYS_WSG,
DIV_SYSTEM_PET,
DIV_SYSTEM_VIC20,
0 // don't remove this last one!
};