Diff for /np2/lio/gcircle.c between versions 1.4 and 1.5

version 1.4, 2005/02/07 14:46:12 version 1.5, 2005/05/20 13:59:47
Line 52  REG8 lio_gcircle(GLIO lio) { Line 52  REG8 lio_gcircle(GLIO lio) {
         SINT16  d3;          SINT16  d3;
   
         lio_updatedraw(lio);          lio_updatedraw(lio);
         MEML_READSTR(CPU_DS, CPU_BX, &dat, sizeof(dat));          MEMR_READS(CPU_DS, CPU_BX, &dat, sizeof(dat));
   
         // チェック          // チェック
         if (dat.flag & 0x7f) {          if (dat.flag & 0x7f) {

Removed from v.1.4  
changed lines
  Added in v.1.5


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