Major changes to NVR, system initialization (pc.c), and what goes on in the Windows startup (win.c.) Not fully done yet, but good enough for a first commit.
This commit is contained in:
@@ -365,7 +365,7 @@ void colorplus_init(colorplus_t *colorplus)
|
||||
cga_init(&colorplus->cga);
|
||||
}
|
||||
|
||||
void *colorplus_standalone_init()
|
||||
void *colorplus_standalone_init(device_t *info)
|
||||
{
|
||||
int display_type;
|
||||
|
||||
@@ -445,10 +445,10 @@ static device_config_t colorplus_config[] =
|
||||
device_t colorplus_device =
|
||||
{
|
||||
"Colorplus",
|
||||
0,
|
||||
0, 0,
|
||||
colorplus_standalone_init,
|
||||
colorplus_close,
|
||||
NULL,
|
||||
NULL, NULL,
|
||||
colorplus_speed_changed,
|
||||
NULL,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user