Diff for /np2/bios/bios09.c between versions 1.8 and 1.9

version 1.8, 2004/06/18 07:42:13 version 1.9, 2005/02/07 14:46:07
Line 46  static void updateshiftkey(void) { Line 46  static void updateshiftkey(void) {
   
 void bios0x09(void) {  void bios0x09(void) {
   
         BYTE    key;          UINT8   key;
         UINT    pos;          UINT    pos;
         BYTE    bit;          UINT8   bit;
         UINT16  code;          UINT16  code;
         UINT32  base;          UINT32  base;
         UINT    kbbuftail;          UINT    kbbuftail;

Removed from v.1.8  
changed lines
  Added in v.1.9


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