mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
WIN_SPECIFY command is now no longer strict on translation parameters with HDX images, fixes > 503 MB HDX images on 440FX;
Applied all mainline PCem commits (changes configuration files!); Fixed EGA and (S)VGA overscan border drawing; Added ability to invert the colors when using a (S)VGA graphics card, to appear like an early laptop monitor; Changed version to 1.03.
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char name[24];
|
||||
char name[32];
|
||||
int id;
|
||||
char internal_name[24];
|
||||
struct
|
||||
{
|
||||
char name[16];
|
||||
@@ -34,5 +35,7 @@ int model_count();
|
||||
int model_getromset();
|
||||
int model_getmodel(int romset);
|
||||
char *model_getname();
|
||||
char *model_get_internal_name();
|
||||
int model_get_model_from_internal_name(char *s);
|
||||
void model_init();
|
||||
struct device_t *model_getdevice(int model);
|
||||
|
||||
Reference in New Issue
Block a user