Diff for /np2/io/gdc.c between versions 1.38 and 1.39

version 1.38, 2005/05/20 13:59:47 version 1.39, 2007/01/08 08:52:21
Line 93  void gdc_setanalogpal(int color, int rgb Line 93  void gdc_setanalogpal(int color, int rgb
                                 event = palevent.event + palevent.events;                                  event = palevent.event + palevent.events;
                                 event->clock = nevent.item[NEVENT_FLAMES].clock -                                  event->clock = nevent.item[NEVENT_FLAMES].clock -
                                                                                         (CPU_BASECLOCK - CPU_REMCLOCK);                                                                                          (CPU_BASECLOCK - CPU_REMCLOCK);
                                 event->color = (color * sizeof(RGB32)) + rgb;                                  event->color = (UINT16)((color * sizeof(RGB32)) + rgb);
                                 event->value = (UINT8)value;                                  event->value = (UINT8)value;
                                 palevent.events++;                                  palevent.events++;
                         }                          }

Removed from v.1.38  
changed lines
  Added in v.1.39


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