Changeset 526 in xtideuniversalbios for trunk/Assembly_Library/Src/Keyboard/Keyboard.asm


Ignore:
Timestamp:
Mar 15, 2013, 1:38:58 AM (11 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Update of the copyright notices to include the year 2013.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Keyboard/Keyboard.asm

    r492 r526  
    33
    44;
    5 ; XTIDE Universal BIOS and Associated Tools 
    6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     5; XTIDE Universal BIOS and Associated Tools
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2013 by XTIDE Universal BIOS Team.
    77;
    88; This program is free software; you can redistribute it and/or modify
     
    1010; the Free Software Foundation; either version 2 of the License, or
    1111; (at your option) any later version.
    12 ; 
     12;
    1313; This program is distributed in the hope that it will be useful,
    1414; but WITHOUT ANY WARRANTY; without even the implied warranty of
    1515; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    16 ; GNU General Public License for more details.     
     16; GNU General Public License for more details.
    1717; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    1818;
    19        
     19
    2020
    2121BUFFER_SIZE_FOR_WORD_INPUT      EQU     6   ; 5 chars + NULL
     
    299299    %endif
    300300%endif
    301        
     301
    302302%ifndef EXCLUDE
    303303
     
    307307    int     BIOS_KEYBOARD_INTERRUPT_16h
    308308    ret
    309        
     309
    310310ALIGN KEYBOARD_JUMP_ALIGN
    311311Keyboard_GetKeystrokeToAX:
     
    320320Keyboard_GetKeystrokeToAXReturn:
    321321    ret
    322        
     322
    323323%endif
    324324%undef EXCLUDE
Note: See TracChangeset for help on using the changeset viewer.