Skip to content

Commit 072730a

Browse files
author
EmulatorDev
committed
Added Genesis docs
1 parent 7b42963 commit 072730a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+15429
-0
lines changed

Genesis/32xdoc1.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
32x- only 27 games exist
2+
3+
PROCESSOR: Twin Hitachi (SH2) 32 bit RISC processors
4+
- clock speed of 23 MHZ
5+
- 40 MIPS
6+
7+
CO-PROCESSOR(s): Genesis 68000, Z80, Genesis 32X VDP
8+
Video processor
9+
- 50,000 texture-mapped polygons/sec
10+
- texture mapping
11+
- hardware scaling and rotation
12+
13+
14+
VIDEO: - 32,768 simultaneous colours on screen
15+
- Genesis resolution
16+
- Overlaying over existing Genesis/SegaCD video
17+
18+
AUDIO: Stereo PCM chip
19+
- audio mixing with Genesis sound
20+
- additional 2 channels (therefore 14 all together?)
21+
22+
I/O: Same as Genesis
23+
- 32X upgradable; can upgrade the 32X
24+
25+
STORAGE: Cartridge
26+
- compatible with Genesis
27+
- can store save game/score information (as with many
28+
Genesis games)
29+
30+

Genesis/5p832.pdf

95.5 KB
Binary file not shown.

Genesis/CPU 68k

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../Shared Components/CPU 68k/

Genesis/CPU Z80

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../Shared Components/CPU Z80/
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<html>
2+
<head>
3+
<title>Deathskull Laboratories! - Sega Master System Controllers</title>
4+
<link href="../../style.css" rel="stylesheet" type="text/css"></head>
5+
<body vlink="navy" link="maroon">
6+
<div class="navtop">
7+
<p class="list"><img height="49" src="../../images/skull.gif" width="87">
8+
<a href="../../index.html"><b>Home</b></a> |
9+
<a href="../../games/lists/index.html"><b>Lists</b></a> |
10+
<a href="../../games/tech/index.html"><b>Deathskull Labs</b></a> |
11+
<a href="../../games/museum/index.html"><b>Museum</b></a> |
12+
<a href="../../links.html"><b>Links</b></a></p>
13+
</div>
14+
<h1>Sega Master System Controllers</h1>
15+
<h2>Joystick/Thumbpad</h2>
16+
<p>9-pin female D-sub connector on the controller.<br>
17+
<img src="connectors/dsub_9_f.gif">
18+
<ol>
19+
<li>/North</li>
20+
<li>/South</li>
21+
<li>/West</li>
22+
<li>/East</li>
23+
<li>+5VDC Supply</li>
24+
<li>/Button 1</li>
25+
<li>-</li>
26+
<li>GND</li>
27+
<li>/Button 2</li>
28+
</ol>
29+
</p>
30+
<p>Direction/button pins are held high by the console, and are forced low by actions on the pad. <hr></p>
31+
<h2><a name="gen">Genesis pad</a></h2>
32+
<p>The Genesis pad is really a superset of the SMS pad. It's almost identical, but adds a couple things. </p>
33+
<p>9-pin female D-sub connector on the controller.<br>
34+
<img src="connectors/dsub_9_f.gif">
35+
<ol>
36+
<li>/North</li>
37+
<li>/South</li>
38+
<li>/West <i>or</i> CLK mirror</li>
39+
<li>/East <i>or</i> CLK mirror</li>
40+
<li>+5VDC Supply</li>
41+
<li>/B <i>or</i> /A</li>
42+
<li>CLK</li>
43+
<li>GND</li>
44+
<li>/C <i>or</i> /Start</li>
45+
</ol>
46+
</p>
47+
<p>While the console has the CLK line set high, the directions and buttons B and C are read. </p>
48+
<p>When the consule pulls the CLK line low, pins 3 and 4 are pulled low by the controller to indicate to the console that a Genesis controller is attached, then buttons A and Start are read. <hr></p>
49+
<h2><a name="gun">Light Phaser</a></h2>
50+
<p>9-pin female D-sub connector on the controller.<br>
51+
<img src="connectors/dsub_9_f.gif">
52+
<ol>
53+
<li>-</li>
54+
<li>-</li>
55+
<li>-</li>
56+
<li>-</li>
57+
<li>+5VDC Source</li>
58+
<li>/Trigger</li>
59+
<li>Light sensor</li>
60+
<li>GND</li>
61+
<li>-</li>
62+
</ol>
63+
<hr></p>
64+
<h2><a name="sports">Sports Pad</a></h2>
65+
<p>To be added. <hr></p>
66+
<p class="list"><i>Jay Tilton</i><br>
67+
06/28/98 </p>
68+
</body>
69+
</html>

0 commit comments

Comments
 (0)