--- np2/io/crtc.c 2007/11/03 00:00:20 1.10 +++ np2/io/crtc.c 2007/11/11 13:54:14 1.11 @@ -63,7 +63,7 @@ static const IOINP crtci70[8] = { void crtc_biosreset(void) { - if (!(np2cfg.dipsw[0] & 0x01)) { + if (!(pccore.dipsw[0] & 0x01)) { crtc.reg.pl = 0; crtc.reg.bl = 0x0f; crtc.reg.cl = 0x10;