File:  [RetroPC.NET] / np2 / romimage / MEMSW.X86
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_82_x64, VER_0_82, VER_0_81A, VER_0_81, VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, VER_0_75, VER_0_74, VER_0_73, HEAD
add ITF Images (T.Yui)


mswdefault	db	048h, 005h, 004h, 000h, 001h, 000h, 000h, 06Eh

MEMSW_INIT:		mov		si, offset mswdefault
				mov		di, MEM_MSW1
				cli
				mov		al, 0dh
				out		68h, al						; memsw write enable
				mov		cx, 8
mswresetlp:		db		FIXCS
				movsb
				add		di, 3
				loop	mswresetlp
				mov		al, 0ch
				out		68h, al						; memsw write disable
				sti
				ret

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