Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Jan 23, 2025
1 parent 1bcf6ee commit 26bd922
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<a href="#accessories">Аксесуари</a>
<a href="#revisions">Ревізії</a>
<a href="#specs">Специфікація</a>
<a href="#reviews">Огляди</a>
<a href="#docs">Документація</a>
<a href="#code">Код</a>
<a href="#games">Ігри</a>
Expand Down Expand Up @@ -162,19 +163,23 @@ <h2><a name="spec">Специфікація</a></h2>
</tr>
</table>
</section>
<section id="reviews" class="container">
<h2><a name="doc">Огляди</a></h2>
<p>[1]. <a href="https://classic.copetti.org/writings/consoles/nintendo-64/">R. Copetti. Nintendo 64 Architecture — A Practical Analysis. https://copetti.org, 2019.</a><br>
[2]. <a href="https://www.youtube.com/watch?v=FxL6W-RVvro">Огляд Nintendo 64 від "Отже Ретро"</a><br>
</p>
</section>
<section id="docs" class="container">
<h2><a name="doc">Документація</a></h2>
<p>[1]. <a href="https://classic.copetti.org/writings/consoles/nintendo-64/">R. Copetti. Nintendo 64 Architecture — A Practical Analysis. https://copetti.org, 2019.</a><br>
[2]. <a href="NUS-CPU-03-04-schematics.pdf">Принципова схема N64</a><br>
[3]. <a href="https://ultra64.ca/files/documentation/nintendo/Nintendo_64_Programming_Manual_NU6-06-0030-001G_Scanned.pdf">Nintendo 64 Programming Manual (NU6-06-0030-001G)</a><br>
[4]. <a href="https://ultra64.ca/files/documentation/online-manuals/man/index.htm">Nintendo 64 Online Manuals (OS 2.0J)</a><br>
[5]. <a href="https://registry.khronos.org/OpenGL/specs/gl/glspec10.pdf">The OpenGL(tm) Graphics System: A Specification. SGI.</a><br>
[6]. <a href="https://datasheets.chipdb.org/MIPS/R4300i_datasheet.pdf">MIPS R4300i Datasheet</a><br>
[7]. <a href="https://hack64.net/docs/VR43XX.pdf">NEC VR4300, VR4305, VR4310 64-bit Microprocerssor User's Manual</a><br>
[8]. <a href="https://bitsavers.computerhistory.org/components/nec/mips/1995_NEC_VR4300_MIPS_RISC_Microprocessor_Users_Manual.pdf">NEC VR4300 MIPS RISC Microprocessor User's Manual</a><br>
[9]. <a href="https://ultra64.ca/files/documentation/silicon-graphics/SGI_R4300_RISC_Processor_Specification_REV2.2.pdf">SGI R4300 RISC Processor Specification</a><br>
[10]. <a href="n64_games.pdf">List of N64 games</a><br>
[11]. <a href="https://www.youtube.com/watch?v=FxL6W-RVvro">Огляд Nintendo 64 від "Отже Ретро"</a><br>
<p>[1]. <a href="NUS-CPU-03-04-schematics.pdf">Принципова схема N64</a><br>
[2]. <a href="https://ultra64.ca/files/documentation/nintendo/Nintendo_64_Programming_Manual_NU6-06-0030-001G_Scanned.pdf">Nintendo 64 Programming Manual (NU6-06-0030-001G)</a><br>
[3]. <a href="https://ultra64.ca/files/documentation/online-manuals/man/index.htm">Nintendo 64 Online Manuals (OS 2.0J)</a><br>
[4]. <a href="https://registry.khronos.org/OpenGL/specs/gl/glspec10.pdf">The OpenGL(tm) Graphics System: A Specification. SGI.</a><br>
[5]. <a href="https://datasheets.chipdb.org/MIPS/R4300i_datasheet.pdf">MIPS R4300i Datasheet</a><br>
[6]. <a href="https://hack64.net/docs/VR43XX.pdf">NEC VR4300, VR4305, VR4310 64-bit Microprocerssor User's Manual</a><br>
[7]. <a href="https://bitsavers.computerhistory.org/components/nec/mips/1995_NEC_VR4300_MIPS_RISC_Microprocessor_Users_Manual.pdf">NEC VR4300 MIPS RISC Microprocessor User's Manual</a><br>
[8]. <a href="https://ultra64.ca/files/documentation/silicon-graphics/SGI_R4300_RISC_Processor_Specification_REV2.2.pdf">SGI R4300 RISC Processor Specification</a><br>
[9]. <a href="n64_games.pdf">List of N64 games</a><br>
</p>
</section>
<section id="code" class="container">
Expand Down

0 comments on commit 26bd922

Please sign in to comment.