'*****************************************************************************
'* INT 11H (BIOS) GET EQUIPMENT LIST
'* Params: -
'* Result: (E)AX = BIOS equipment word
'*****************************************************************************

public function EINT_11H as boolean

 'Read from BIOS data area at (40h:10h..11h)
 cpu.EAX=mem.Word(0x410)

result=true : end function

