'******************************************************************************
'* 
'* CGA BIOS INITIALIZATION
'*
'* Version history:
'*  - initial code by WadiM
'*
'******************************************************************************

dim w as word

//Update installed hardware configuration word (used by INT 11h)
mem.Word(0x410)=(mem.Word(0x410) and (not 0x30)) or 0x20 'CGA 80x25

//Update CMOS configuration cell value
//TODO - correct it with checksum calculation


