Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - bios_package http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   BIOS_package
   The  BIOS  package allows access to routines in the  ROM  BIOS.  These
   routines  require an IBM compatible BIOS in order to  work  correctly.
   The  routines all prefixed _bios, require the inclusion of the  header
   file bios.h.

   The BIOS package consists of the following functions:

   _bios_disk          BIOS disk functions (0x13)
   _bios_equiplist     BIOS equipment list function (0x11)
   _bios_keybrd        BIOS keyboard functions (0x16)
   _bios_memsize       BIOS memory size function (0x12)
   _bios_printer       BIOS printer functions (0x17)
   _bios_serialcom     BIOS serial port functions (0x14)
   _bios_timeofday     BIOS time of day functions (0x1a)

   It  is recommended that _bios_disk be used with  caution since  it  is
   possible  to  damage data  previously stored on disk when  using  this
   function.



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson