Diff for /np2/macosx/Attic/np2info.cpp between versions 1.1 and 1.2

version 1.1, 2003/11/11 16:33:50 version 1.2, 2003/12/08 00:55:33
Line 3 Line 3
 #include        "np2.h"  #include        "np2.h"
 #include        "scrnmng.h"  #include        "scrnmng.h"
 #include        "np2info.h"  #include        "np2info.h"
 #include        "i286.h"  #include        "cpucore.h"
 #include        "memory.h"  #include        "memory.h"
 #include        "pccore.h"  #include        "pccore.h"
 #include        "iocore.h"  #include        "iocore.h"
Line 68  static void info_ver(char *str, int maxl Line 68  static void info_ver(char *str, int maxl
   
 static void info_cpu(char *str, int maxlen) {  static void info_cpu(char *str, int maxlen) {
   
         milstr_ncpy(str, (CPUTYPE & CPUTYPE_V30)?str_V30:str_i286, maxlen);          milstr_ncpy(str, (CPU_TYPE & CPUTYPE_V30)?str_V30:str_i286, maxlen);
 }  }
   
 static void info_clock(char *str, int maxlen) {  static void info_clock(char *str, int maxlen) {

Removed from v.1.1  
changed lines
  Added in v.1.2


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