Xbox主机破解,烧录晶片专用的程式,可烧录256KB的49lf020晶片,使用LPC port

源代码在线查看: contents.txt

软件大小: 22 K
上传用户: youwei15
关键词: Xbox port 256 020
下载地址: 免注册下载 普通下载 VIP

相关代码

				file dependence:
				
				DOS: 
				just compile LPCDOS.C. It does necessary #include to pull everything
				
				Windows - All you really need are (just add all of them to make your executable)
				- io.c or io.lib (I use io.lib because my compiler have problems calling the the command line)
				- lpc.c - low level hardware interface
				- win.c - high level GUI stuff
				- lpc.rc - resource file
				
				Other stuff included here:
				lpc.h and lpc.res are generated from lpc.rc. Straightly speaking, they are not required, but what he heck.
				lpc.ide - pretty useless unless your compiler can read borland C++ 5.02 project file.
				
							

相关资源