File:  [RetroPC.NET] / np2 / romimage / BIOS / EOI.X86
Revision 1.1: download - view: text, annotated - select for diffs
Fri Mar 19 12:36:52 2004 JST (21 years, 7 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix bios (T.Yui)


sendeoi:		push	ax
				mov		al, 0bh
				out		00h, al
				out		5fh, al
				in		al, 00h
				test	al, 80h
				je		short .master
				mov		al, 20h
				out		08h, al
				out		5fh, al
				mov		al, 0bh
				out		08h, al
				out		5fh, al
				in		al, 08h
				test	al, -1
				jne		.ed
.master:		mov		al, 20h
				out		00h, al
.ed:			pop		ax
biosnop:		iret


RetroPC.NET-CVS <cvs@retropc.net>