Applied a whole slew of patches, getting RAM usage down by a further 10 MB.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user