Fixed ROM autoselection.

Video card menu now only lists cards for which ROMs are present again.
This commit is contained in:
TomW 2013-12-29 15:33:29 +00:00
commit c05d6693b6
3 changed files with 24 additions and 7 deletions

View file

@ -16,5 +16,6 @@ extern MODEL models[];
extern int model;
int model_getromset();
int model_getmodel(int romset);
char *model_getname();
void model_init();