File:  [RetroPC.NET] / np2 / romimage / PROCESS.MAC
Revision 1.1: download - view: text, annotated - select for diffs
Wed Dec 10 21:48:09 2003 JST (21 years, 10 months ago) by yui
Branches: MAIN
CVS tags: VER_0_73, HEAD
add ITF Images (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
				mov		al, 2
				jnc		short itfexitp
				mov		ax, (0ffffh - 0fd80h) * 16
itfexitp:		mov		word ptr ds:[04f8h], 0eaeeh
				mov		word ptr ds:[04fah], ax
				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>