--- np2/i286c/Attic/egcmem.c 2003/12/09 15:49:14 1.6 +++ np2/i286c/Attic/egcmem.c 2004/01/30 14:33:27 1.8 @@ -1,5 +1,5 @@ #include "compiler.h" -#include "memory.h" +#include "cpucore.h" #include "egcmem.h" #include "pccore.h" #include "iocore.h" @@ -721,7 +721,7 @@ static void gdc_ope(UINT32 ad, REG16 val pat.d[1] = egc.fgc.d[1]; break; default: - if ((egc.ope & 0x0300) == 0x0100) { // ver0.29 + if ((egc.ope & 0x0300) == 0x0100) { pat.d[0] = egc_src.d[0]; pat.d[1] = egc_src.d[1]; }