--- np2/romimage/Attic/sxsibios.asm 2003/12/28 14:35:40 1.1 +++ np2/romimage/Attic/sxsibios.asm 2003/12/29 05:16:06 1.2 @@ -67,6 +67,8 @@ sxsi_init: push ds push ax mov ax, 0300h int 1bh + mov ax, 0320h + int 1bh pop ax pop ds retf