Advertisement
Guest User

Revised - n64 sdks available vs non avail

a guest
Feb 25th, 2020
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. (Revised) N64 SDK Revision CDs Available Online ✅ vs Not Available Online (i.e. only documentation but no CD online) ❌
  2.  
  3. RCP 1.0:
  4. ❌ - Ultra64 Version ?? (Sept 7th 1995 rel. notes)
  5. ❌ - Ultra64 Version ?? (Sept 29th 1995) - PATCH specifically for this version in release notes.
  6. ❌ - Ultra64 Version 1.0F (Nov. 20th, 1995)
  7. ❌ - Ultra64 Version 1.0G (January 24th, 1996) - not shipped to wide audience - see Note below.
  8. ✅ - Ultra64 Version1.0H (Feb.6th, 1996)
  9. ❌ - Ultra64 Version 1.0I (April 17th 1996)
  10.  
  11. Note: RCP 1.0 is No longer supported as of Version 2.0F SDK Release (August 15th, 1996)
  12.  
  13. RCP 2.0:
  14. ❌ - Ultra64 Version ?? (Sept 29th 1995) - specifically targeted towards RCP 2.0
  15. ❌ - Ultra64 3.5 (Oct. 26th, 1995) - ONLY for RCP 2.0
  16. ❌ - Ultra64 Version 2.0B (Nov. 20th, 1995)
  17. ❌ - Ultra64 Version 2.0C (January 24th, 1996) - multiply problem bug.
  18. ❌ - Ultra64 Version 2.0D (January 1996?) - not shipped to wide audience - see Note below.
  19. ❌ - Ultra64 Version 2.0E (April 17th, 1996)
  20. ❌ - Ultra64 Version 2.0F (August 15th, 1996)
  21. ❌ - Ultra64 Version 2.0G (September 30 1996)
  22. ✅ - Ultra64 Version 2.0H (May 30th 1997) - PC Version available, not SGI.
  23. ✅ - Ultra64 Version 2.0I (Dec. 15th, 1997)
  24. ✅ - Ultra64 Nintendo Developer Patch (01/1998)
  25. ✅ - Ultra64 Version 2.0J (Feb. 1st, 1999) - Both PC and SGI Version available.
  26. ✅ - Ultra64 Version 2.0K (October,1999)
  27. ✅ - Ultra64 Version 2.0L (August, 2000)
  28.  
  29.  
  30. Note: (from April 17th, 1996 rel. note):
  31. Version 2.0D (1.0G) was not shipped to devs. This version, 2.0E (1.0I) represents that version, plus several important improvements discovered necessary during the testing of 2.0D. Even though 2.0D (1.0G) was not shipped to a wide audience, the release number was incremented to avoid confusion.
  32.  
  33. -------------------------------------------------
  34.  
  35. F3DEX Microcode Version History (as of 10/15/1996)
  36.  
  37. 07/30/96:
  38. Release 0.8 (beta 1)
  39. * Supports g[s]SPL2Triangle() and g[s]SPL1Triangle()
  40. * Vtx cache size becomes 16->32.
  41. * Mtx stack level becomes un-limited.
  42.  
  43. 08/01/96:
  44. Release 0.81 (beta 2)
  45. * Change ucode's file name to gspF3D.LP_NOCLIP.o
  46. * Change gbi.h to use same header file of Fast3D.
  47.  
  48. 08/08/96:
  49. Release 0.9 (beta 3)
  50. * Supports extended Fast3D with 32 vtx, (gspF3D32.fifo.o).
  51. * Changes g[s]SPL1Triangle to g[s]SP1Triangle.
  52. * Supports g[s]SP2Triangles and g[s]SP1Quadrangle.
  53. * F3DLP_GBI, F3DHP_GBI can be used in your code to switch gbi.h.
  54. (Release 0.91 or later F3DHP_GBI -> F3DEX_GBI)
  55.  
  56. 08/12/96:
  57. Release 0.91 (beta 4)
  58. * Supports gspF3DEX.NoN.fifo.o (No Near Clipping F3DEX)
  59. * Change ucodes' names.
  60. + gspF3D.LP_NOCLIP.o -> gspF3DLP.NoC.fifo.o
  61. + gspF3D32.fifo.o -> gspF3DEX.fifo.o
  62. * Change #define keyword (F3DHP_GBI -> F3DEX_GBI)
  63.  
  64. 08/27/96:
  65. Release 0.92 (beta 5)
  66. * Supports CULL_FRONT in F3DEX.
  67. * Optimize F3DEX.
  68. * Bug fixed in Quadrangle. (Bug: In clipping, some polygons disappear)
  69. * Unsupports CullDisplayList in F3DLP.
  70.  
  71. 08/30/96:
  72. Release 0.93 (beta 6)
  73. * Quadrangle clipping bug fixed.
  74. * Get binary level compatibility of some GBI macros between F3DEX
  75. and F3DLP.
  76. (g*SPVertex, g*SP1Triangle, g*SP2Triangles, and g*SP1Quadrangle)
  77.  
  78. 09/03/96:
  79. Release 0.94 (beta 7)
  80. * Supports F3DLX ucode which is no sub-pixel calculation version
  81. of F3DEX but faster.
  82. * Some bug fixed.
  83.  
  84. 09/18/96:
  85. Release 0.95 (beta 8)
  86. * Add header files for Ultra 64 Development Environment release 2.0f.
  87. * Set the status flag "G_CLIPPING" for default to have
  88. compatibility between F3DEX and F3DLX.
  89.  
  90. 10/07/96:
  91. Release 0.96 (beta 9)
  92. * Supports F3DLP.Rej and F3DLX.Rej ucodes which have no clipping
  93. but triangle rejecting and more faster.
  94. * Stop supporting F3DLP.NoC.
  95. * Change gbi.h to get more compatibility for gSPCullDisplaylist(),
  96. gSPModifyVertex().
  97. * No support dynamic division of gSP1Quadrangle any more, and
  98. gSP1Quadrangle is emulated by gSP2Triangle.
  99.  
  100. 10/15/96:
  101. Release 1.00
  102. * Add header files for Ultra 64 Development Environment release 2.0g.
  103. * Supports L3DEX ucode which can accept 32 vertices cache.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement