MegaPC uses a jumper to disable onboard video instead of doing it automatically.
This commit is contained in:
parent
8193605469
commit
c14c22169d
5 changed files with 5 additions and 20 deletions
|
|
@ -663,13 +663,12 @@ void video_init()
|
|||
break;
|
||||
|
||||
case ROM_MEGAPC:
|
||||
device_add(¶dise_wd90c11_megapc_device);
|
||||
if (gfxcard != GFX_BUILTIN)
|
||||
if (gfxcard == GFX_BUILTIN)
|
||||
{
|
||||
svga_set_override(svga_get_pri(), 1);
|
||||
break;
|
||||
device_add(¶dise_wd90c11_megapc_device);
|
||||
return;
|
||||
}
|
||||
return;
|
||||
break;
|
||||
|
||||
case ROM_ACER386:
|
||||
device_add(&oti067_acer386_device);
|
||||
|
|
|
|||
Loading…
Reference in a new issue