Amstrad changes :
- Add PPC512/640 emulation - Add TV display type to Sinclair PC200 - Add font selection to PC1512 - Add disc change line to PC200 Patch from JohnElliott
This commit is contained in:
parent
a5fc447950
commit
1f5fc45c04
20 changed files with 1281 additions and 138 deletions
|
|
@ -39,6 +39,7 @@ extern int model;
|
|||
|
||||
int model_count();
|
||||
int model_getromset();
|
||||
int model_getromset_from_model(int model);
|
||||
int model_getmodel(int romset);
|
||||
char *model_getname();
|
||||
char *model_get_internal_name();
|
||||
|
|
|
|||
Loading…
Reference in a new issue