From f203ea857d735eec248e1ffbfbf65d2c37005c6e Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 6 May 2002 13:23:08 +0000 Subject: Daily commit... --- FAQ.psx | 17 +++++++++++++++++ cd-tool.cpp | 1 - fileutils.cpp | 1 - fileutils.h | 1 - 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 FAQ.psx diff --git a/FAQ.psx b/FAQ.psx new file mode 100644 index 0000000..e49729a --- /dev/null +++ b/FAQ.psx @@ -0,0 +1,17 @@ +Q: What is the asm used in the PSX? +A: The PSX is equipped with a MIPS r3000. This processor is little endian, so + don't you worry if you know SNES or PC hacking. + + I've found a tech-doc about the processor here: + http://psx.rules.org/system.txt + + +Q: What is your full bookmark about PSX developpment? +A: http://www.psxdev.ip3.com/ + http://psxdev.de/ + http://psx.rules.org/ + http://www.geocities.co.jp/Playtown/2004/psx/ny_e.htm + http://www.upl.cs.wisc.edu/~hamblin/psxdev.html + http://www.gamefreax.de/cgi-bin/gamefreax/tools.pl?function=showfiles&system=Playstation%201 + http://phatt.hn.org/nitrous/psxutils.htm + http://www.geocities.com/SiliconValley/Pines/6131/psxprog.html diff --git a/cd-tool.cpp b/cd-tool.cpp index 1994561..8cd5d6e 100644 --- a/cd-tool.cpp +++ b/cd-tool.cpp @@ -18,7 +18,6 @@ */ #include -#include #include #include #include diff --git a/fileutils.cpp b/fileutils.cpp index 9091f29..32ca43e 100644 --- a/fileutils.cpp +++ b/fileutils.cpp @@ -21,7 +21,6 @@ #include #include #include -#include #include "generic.h" unsigned long filesize(FILE * f_iso) diff --git a/fileutils.h b/fileutils.h index 6a37f7e..663c81e 100644 --- a/fileutils.h +++ b/fileutils.h @@ -24,7 +24,6 @@ #include #include #include -#include unsigned long filesize(FILE * f_iso); void copy(FILE * s, FILE * d, long size); -- cgit v1.2.3