
	mov	ax,1200h	;get enhanced keyboard flags
	mov	bx,ax
	int	16h		;only AT system should change ax
	cmp	bx,ax		;1200h will never occur (left Alt/neither Alt)
	jnz	sysat		;at
	mov	mb mv1,1	;xt

sysat:
