Applied a whole slew of patches, getting RAM usage down by a further 10 MB.

This commit is contained in:
OBattler
2018-03-19 01:02:04 +01:00
parent b6c393cc91
commit b1efb99ed6
222 changed files with 9538 additions and 9980 deletions

View File

@@ -360,7 +360,7 @@ void compaq_cga_poll(void *p)
}
void *compaq_cga_init(device_t *info)
void *compaq_cga_init(const device_t *info)
{
int display_type;
int c;
@@ -432,9 +432,9 @@ void compaq_cga_speed_changed(void *p)
}
}
extern device_config_t cga_config[];
extern const device_config_t cga_config[];
device_t compaq_cga_device =
const device_t compaq_cga_device =
{
"Compaq CGA",
DEVICE_ISA, 0,
@@ -448,7 +448,7 @@ device_t compaq_cga_device =
cga_config
};
device_t compaq_cga_2_device =
const device_t compaq_cga_2_device =
{
"Compaq CGA 2",
DEVICE_ISA, 1,