Diff for /np2/bios/bios0c.c between versions 1.5 and 1.6

version 1.5, 2004/03/07 23:04:50 version 1.6, 2005/02/07 14:46:07
Line 12  void bios0x0c(void) { Line 12  void bios0x0c(void) {
         UINT16  doff;          UINT16  doff;
         UINT16  dseg;          UINT16  dseg;
         REG8    flag;          REG8    flag;
         BYTE    data;          UINT8   data;
         BYTE    stat;          UINT8   stat;
         REG16   pos;          REG16   pos;
         REG16   cnt;          REG16   cnt;
   

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


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