Diff for /np2/io/crtc.c between versions 1.10 and 1.11

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

Removed from v.1.10  
changed lines
  Added in v.1.11


RetroPC.NET-CVS <cvs@retropc.net>