home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Emulator / PSX / Pex / pexfaq.txt < prev    next >
Text File  |  1999-03-18  |  12KB  |  251 lines

  1. /****************************************************************************/
  2. /* pex.faq v1.3 (last updated 12 March 1998)                                */
  3. /* the official pex faq by Geoffrey Wossum (aka Maxon)                      */
  4. /****************************************************************************/
  5.  
  6. ;****************************************************************************
  7. ;* notes
  8. ;* all changes in the text are marked by a "!change!" next to the question.
  9. ;* all new questions/answers are marked by a "!new!" next to the question.
  10. ;****************************************************************************
  11.  
  12. //////////////////////////////////////////////////////////////////////////////
  13. // stupid questions.
  14. //////////////////////////////////////////////////////////////////////////////
  15. q:  Can pex play FF7?
  16. a:  No, don't you see where I'm just finishing up on the CPU core.
  17.  
  18. q:  Will pex be able to play FF7 when its finished?
  19. a:  What is pex?  That's right, a psx emulator.  What is FF7?  That's right,
  20.     a psx game.  So, what do you think?
  21.  
  22. q:  Can I help you program it?
  23. a:  No, you suck.  How can I tell?  You said 'program'.  Someone who might be
  24.     able to help would ask, "Can I help you code it?"
  25.  
  26. q:  How can I help you?
  27. a:  What is it with you 12 year olds?  They don't give you enough homework in
  28.     school.
  29.  
  30. q:  How come it's taking you so long to write pex?
  31. a:  I go to this magical, mystical place called university.  I go to classes
  32.     there, take tests, write papers, do projects, and other things that take
  33.     time away from pex.  It's a place you 12 year olds will never get to go
  34.     to because you keep emailing me stupid questions instead of doing your
  35.     homework.  I also associate with other people.  This is something most of
  36.     you 12 year olds must never do based on all the time you have to email me
  37.     on your parents email accounts.
  38.  
  39. q:  Can you give me the rom image?  Can you give me some game images?
  40. a:  no.  that would be wrong.
  41.  
  42. //////////////////////////////////////////////////////////////////////////////
  43. // naming questions?
  44. //////////////////////////////////////////////////////////////////////////////
  45. q:  Why did you decide to call your emulator pex?
  46. a:  I figured that if you can get 'psx' out of 'playstation', I should be able
  47.     to get 'pex' out of 'playstation emulator'.  It has nothing to do with the
  48.     *nix PEX.  In fact, I didn't even think about that until a month into the
  49.     project.
  50.  
  51. q:  Is it 'pex', or 'PEX'?
  52. a:  It's 'pex'.  I don't really like capital letters.
  53.  
  54. //////////////////////////////////////////////////////////////////////////////
  55. // general questions.
  56. //////////////////////////////////////////////////////////////////////////////
  57. !change!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  58. q:  What platforms will pex run on?
  59. a:  Right now I'm planning on a dos version and a Glide version.  The Glide
  60.     version is for people with 3Dfx Voodoo/Voodoo Rush cards.  I have
  61.     discontinued any plans for a win32 port of pex.
  62.  
  63. !change!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  64. q:  What will the requirements be?
  65. a:  Here's what I'm aiming for right now (and it looks very feasible):
  66.  
  67.     cpu :
  68.     Intel Pentium MMX 166 or Intel Pentium 200.  note that GenuineIntel
  69.     processors have much better MMX than others.  Also, GenuineIntel has
  70.     much better FPU's, which is what will be used instead of MMX opcodes
  71.     for non-MMX cpu's.  Intel may not make the best processors, but they
  72.     make the best x86 processors.
  73.  
  74.     memory :
  75.     16-32 (?) megs physical.
  76.  
  77.     cdrom :
  78.     2x cdrom with mscdex 2.1 or later.
  79.  
  80.     hard drive :
  81.     approx 1 meg for install (pex binaries plus psx rom image).
  82.  
  83.     sound card (optional) :
  84.     any SB/SB Pro/SB 16 or compatible or GUS/GUS MAX/GUS PnP.
  85.  
  86.     miscellaneous :
  87.     512kb L2 cache (in write-back mode) for optimal performance.
  88.     psx rom image.
  89.     psx game cd's to play.
  90.  
  91. !change!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  92. q:  I have an XYZ video card with an ABC 3d-set on it.  Will pex suppport it?
  93. a:  For the dos version (the first on that'll appear), the only 3d accelerators
  94.     supported will be 3Dfx Voodoo and 3Dfx Voodoo Rush.  These will be supported
  95.     through 3Dfx's Glide API.  For those who are Voodoo'less, dos pex will
  96.     also provide software rendering through your 2d card (slower and less
  97.     detail).
  98.  
  99. q:  Why are you making pex?
  100. a:  The challenge.  Although some of friends claim I'm making pex because I'm
  101.     too cheap to buy a psx :)
  102.  
  103. !change!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  104. q:  Are you going to release the source to pex?
  105. a:  Yes, with every public release I will release the full source code.
  106.  
  107. q:  What are you going to charge for pex?
  108. a:  Nothing.  Donations would gladly be accepted, tho :)
  109.  
  110. !change!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  111. q:  Is this vaporware (much like "Into the Shadows" <sniff sniff>)?
  112.     Are we ever going to see anything?
  113. a:  School has slowed progress for most of pex's life.  There already is a
  114.     public release with a partially function r3000 core.
  115.  
  116. !new!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  117. q:  When is pex going to play games?
  118. a:  I'm hoping to have some games playable by May 2.
  119.  
  120. !new!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  121. q:  Why May 2?
  122. a:  That's my birthday.
  123.  
  124. !new!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  125. q:  Any idea what game will be playable first?
  126. a:  No.
  127.  
  128. //////////////////////////////////////////////////////////////////////////////
  129. // coding questions.
  130. //////////////////////////////////////////////////////////////////////////////
  131. q:  What are you writing pex in?
  132. a:  C and x86 asm.
  133.  
  134. !change!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  135. q:  What are compilers/tools are you using?
  136. a:  Watcom C 11.0 (I was using Watcom C 10.6)
  137.     Borland Turbo Assembler 4.0
  138.     Microsoft Macro Assembler 6.12b (I just started using MASM because it
  139.                                      has native MMX support)
  140.     pmode/w 1.34 by Tran and Daredevil.
  141.     dos4/gw 1.95 from Tenberry Software.
  142.     Glide API 2.34 by 3Dfx.
  143.     MIDAS Digital Sound System 0.7 beta by Sahara Sufers
  144.     QEdit 3.00
  145.     dos 6.22 from microsoft
  146.  
  147. !new!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  148. q:  What's your basic strategy for emulating the psx hardware?
  149. a:  The R3000A will be implemented as a recompiler.  The recompiled code will
  150.     run on the integer part of an x86 cpu.
  151.     The GPU will emulated using software raster engines or 3Dfx hardware
  152.     through 3Dfx's Glide API.  I'm working on the GPU now so that's about as
  153.     much as I know.  I'm still working it out in my head.
  154.     The cdrom will be emulated with MSCDEX calls.
  155.     The GTE will be emulated using MMX instructions or FPU instructions for
  156.     non-MMX cpu's.
  157.     The SPU will be emulated using the MIDAS Digital Sound System.
  158.     The MDEC, who knows...
  159.  
  160. !soon to change!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  161. !I need to get an MMX cpu!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  162. q:  What are you developing pex on?
  163. a:  My dev machine is as follows :
  164.     GenuineIntel Pentium 166
  165.     HX motherboard with 512 PB
  166.     48Mb edo
  167.     generic S3 ViRGE 4Mb video card
  168.     Diamond Monster 3D (3Dfx Voodoo 4Mb)
  169.     Gravis Ultrasound PnP w/8Mb
  170.     dos6.22/win95/slackware linux
  171.  
  172. q:  How do you find out stuff about the psx?
  173. a:  I find doc's on the internet.  emailing other psx-emu authors.
  174.  
  175. !change!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  176. q:  Are you going to use a graphics API?
  177. a:  for dos pex, 3Dfx's Glide API is being used.
  178.  
  179. q:  What sound API are you going to use?
  180. a:  MIDAS by the Sahara Sufers (http://www.s2.org).  MIDAS 0.7.1.b for dos pex,
  181.     MIDAS 1.1.1 for win32s pex.
  182.  
  183. !change!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  184. q:  How does the recompiler work?
  185. a:  download the source code and take a look.
  186.  
  187. !change!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  188. q:  What's the performance like?
  189. a:  I could hit 21MHz on my dev machine (a Pentium 166 with 512kb L2) on an old
  190.     compiler which is now broken.  I could hit 25MHz on a Pentium 200 with
  191.     512kb L2).  The new compiler which should be working soon should outperform
  192.     that.
  193.  
  194. //////////////////////////////////////////////////////////////////////////////
  195. // questions about me.
  196. //////////////////////////////////////////////////////////////////////////////
  197. q:  how old are you?
  198. a:  19.
  199.  
  200. q:  do you go to school?
  201. a:  yes, I'm majoring in computer science and engineering at the University
  202.     of Texas at Arlington.
  203.  
  204. q:  When did you/how did you get into coding?
  205. a:  Although I've had a computer since I was 4, I didn't start programming
  206.     until I was 15, when I took a computer science class in high school.
  207.     About that time, I was also introduced to the demo scene.  I decided I
  208.     wanted to code demos.  So I got into demo coding.  I got into emu coding
  209.     for a change of pace.  pex is my first adventure in emu coding.
  210.  
  211. q:  You were/are a demo coder?  Can we see any of your demos?
  212. a:  Fortunately, all of our released stuff has disappeared from circulation.
  213.     It only made it to some local BBS's (internet wasn't big back then.)
  214.     It wasn't that it was bad, it just wasn't good.  I could code pretty good,
  215.     and our musician could write some cool music, but our graphics and
  216.     design sucked.  Of course, most demos from that era had poor design.
  217.     This was back when Second Reality was the biggest and best demo, and demos
  218.     in general let everything run too long and had 20 minute long greet
  219.     scrollers.  I'm still in a demo group, but were pretty inactive.  We were
  220.     half way working on a demo (that actually had good design), but then I
  221.     got onto this psx emu kick.  And since I'm the only (good) coder in the
  222.     group, it's kind of halted.  Maybe, one day there'll be a demo from us
  223.     on hornet.
  224.  
  225. //////////////////////////////////////////////////////////////////////////////
  226. // helping the rebellion.
  227. //////////////////////////////////////////////////////////////////////////////
  228. q:  How can I help you?
  229. a:  Spread the word about pex and the other psx emulators in development.
  230.     Also, if you have any good information about the psx or know where I can
  231.     get some, give it to me.  It's hard to get good information.  It's almost
  232.     like Sony doesn't want anyone writing an emulator ;)
  233.     If you are wanting to email a file, PLEASE contact me about it first and
  234.     wait for me to respond.  I might already have it, so there's no sense
  235.     wasting the bandwidth.
  236.     If you think you help me in other ways (suggestions, expertise, coding
  237.     help), contact me.
  238.  
  239. q:  How can I contact you?
  240. a:  You can contact me, Geoffrey (Maxon), at gpw0341@omega.uta.edu
  241.  
  242. q:  Do you have a web page I can tell my friends about?
  243. a:  You probably got this file from the web page, but in case you didn't,
  244.     pex's official web page resides at:
  245.     http://www.fastlane.net/~gpwossum/pex.html
  246.  
  247. /****************************************************************************/
  248. /* end of pex.faq                                                           */
  249. /****************************************************************************/
  250.  
  251.