write3CE
write3CE(par, CyberControl, read3CE(par, CyberControl) | 0x81);
write3CE(par, CyberControl, 8);
write3CE(par, CyberControl, 8);
write3CE(par, MiscIntContReg, tmp);
write3CE(par, MiscExtFunc, tmp | 0x12);
write3CE(par, 0x5, 0x40); /* no CGA compat, allow 256 col */
write3CE(par, 0x6, 0x05); /* graphics mode */
write3CE(par, 0x7, 0x0F); /* planes? */
write3CE(par, PowerStatus, DPMSCont);
write3CE(par, BiosReg, 0);
write3CE(par, BiosReg, 8);
write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 1);
write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 1);
write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 0x80);
write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 0x80);
write3CE(par, CyberEnhance, tmp);