Added Goldstar GDC-212M. Patch from Greatpsycho.

This commit is contained in:
SarahW 2020-03-07 13:47:10 +00:00
commit 832717fe66
4 changed files with 11 additions and 0 deletions

View file

@ -372,6 +372,13 @@ int loadbios()
fclose(f);
return 1;
case ROM_GDC212M:
f=romfopen("gdc212m/gdc212m_72h.bin","rb");
if (!f) break;
romfread(rom,65536,1,f);
fclose(f);
return 1;
case ROM_GW286CT:
f=romfopen("gw286ct/2ctc001.bin","rb");
if (!f) break;