Diff for /np2/io/egc.c between versions 1.8 and 1.9

version 1.8, 2005/02/08 09:19:00 version 1.9, 2005/02/16 09:31:55
Line 21  static const UINT16 maskword[16][4] = { Line 21  static const UINT16 maskword[16][4] = {
   
 static void IOOUTCALL egc_o4a0(UINT port, REG8 value) {  static void IOOUTCALL egc_o4a0(UINT port, REG8 value) {
   
         if (!(vramop.operate & VOP_EGCBIT)) {          if (!(vramop.operate & (1 << VOPBIT_EGC))) {
                 return;                  return;
         }          }
   
Line 137  void egc_bind(void) { Line 137  void egc_bind(void) {
   
 void IOOUTCALL egc_w16(UINT port, REG16 value) {  void IOOUTCALL egc_w16(UINT port, REG16 value) {
   
         if (!(vramop.operate & VOP_EGCBIT)) {          if (!(vramop.operate & (1 << VOPBIT_EGC))) {
                 return;                  return;
         }          }
   

Removed from v.1.8  
changed lines
  Added in v.1.9


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