docs/templates/pages/sega/intro.html

22 lines
1.0 KiB
HTML
Raw Normal View History

2022-04-11 18:27:15 +00:00
{% extends "sega.html" %}
{% block title %}{% endblock %}
{% block body %}
<h1>Introduction to RingEdge 2</h1>
<p>RingEdge 2 (RE2 henceforth) is the main computer used by Sega in a number of their arcade games. In their cronology
it exists as the successor to the RingEdge (no huge surprise there), which itself was the successor to the
Lindbergh, and is the predecessor of Nu. There also exists the RingWide, a slightly less powerful variant of the
Ring* computers. These pages focus on the RE2. I have no reason to believe the RE2 software stack is especially
differnet to that of the RE, but I haven't confirmed this. Nu, however, uses different systems in many places, and
most of the deep-dive pages will not be applicable.</p>
<h2 id="tech">Technical Specifications</h2>
<ul>
<li>Intel Core i3-540, 3.06GHz</li>
<li>Nvidia GeForce GT 545</li>
<li>2GB RAM</li>
<li>32GB SSD (TDK GBDISK RS3)</li>
<li>Intel Q57 Express Motherboard</li>
</ul>
<a href="{{ROOT}}/sega/hardware/">Next chapter</a>
{% endblock %}