File:  [RetroPC.NET] / np2 / romimage / PROCESS.MAC
Revision 1.2: download - view: text, annotated - select for diffs
Fri Jan 23 17:44:30 2004 JST (21 years, 9 months ago) by yui
Branches: MAIN
CVS tags: VER_0_79, VER_0_78, VER_0_77, VER_0_76, VER_0_75, VER_0_74, HEAD
fix ITF (T.Yui)


ifdef NP2
ITF_EXIT		macro
				mov		al, 0fh
				out		37h, al
				mov		al, 0ah
				out		37h, al
				mov		ax, 0
				mov		ds, ax
itfexitp:		mov		word ptr ds:[04f8h], 0eaeeh
				mov		word ptr ds:[04fah], 00002h
				mov		word ptr ds:[04fch], 0fd80h
				mov		dx, 043dh
				mov		al, 12h
				db		0eah
				dw		04f8h
				dw		0000h
				endm
endif


ifdef MSDOS
ITF_EXIT		macro
				mov		ax, 4c00h
				int		21h
				endm
endif


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