Difference between revisions of "Sega Saturn"
From Sega Retro
(→VDP1) |
|||
Line 50: | Line 50: | ||
The Saturn was known for its difficult 3D development environment (especially for third-party developers), including its complex parallel processing hardware architecture, requiring familiarity with assembly language, lack of an operating system, and initial lack of C language support, useful development tools and graphics software libraries prior to its international launch (Sega provided [[Sega DTS Saturn official documentation|DTS]] support for these features in late 1995, after it had launched). Only a handful of developers were able to squeeze most of the power out of the second SH-4 CPU, and even fewer utilized the SCU DSP, as its assembly code was more complex than the SH-4. The VDP1 rendered quad polygons, which, despite being used by the most powerful gaming system at the time ([[Sega Model 2]] arcade system), did not become industry standard for 3D graphics, compared to the more widely used triangle polygons. The VDP1 also had issues with transparency (see ''[[#Errata|Errata]]'' below). The VDP2's tiled infinite plane engine, which could draw large 3D infinite planes with a much higher draw distance, texture details and effective fillrate than polygons at the time, was unfamiliar to most developers who relied on polygons to construct 3D planes. Sega's first-party 3D games often utilized both CPU, the DSP, and/or both VDP, but the hardware's complexity and difficult 3D development environment led to most third-party developers only utilizing a single CPU and the VDP1, just a portion of the Saturn's power, for 3D games. While the VDP2 was under-utilized for 3D games, it was frequently used for 2D games, where the VDP1 draws [[sprite]]s and the VDP2 draws scrolling backgrounds. | The Saturn was known for its difficult 3D development environment (especially for third-party developers), including its complex parallel processing hardware architecture, requiring familiarity with assembly language, lack of an operating system, and initial lack of C language support, useful development tools and graphics software libraries prior to its international launch (Sega provided [[Sega DTS Saturn official documentation|DTS]] support for these features in late 1995, after it had launched). Only a handful of developers were able to squeeze most of the power out of the second SH-4 CPU, and even fewer utilized the SCU DSP, as its assembly code was more complex than the SH-4. The VDP1 rendered quad polygons, which, despite being used by the most powerful gaming system at the time ([[Sega Model 2]] arcade system), did not become industry standard for 3D graphics, compared to the more widely used triangle polygons. The VDP1 also had issues with transparency (see ''[[#Errata|Errata]]'' below). The VDP2's tiled infinite plane engine, which could draw large 3D infinite planes with a much higher draw distance, texture details and effective fillrate than polygons at the time, was unfamiliar to most developers who relied on polygons to construct 3D planes. Sega's first-party 3D games often utilized both CPU, the DSP, and/or both VDP, but the hardware's complexity and difficult 3D development environment led to most third-party developers only utilizing a single CPU and the VDP1, just a portion of the Saturn's power, for 3D games. While the VDP2 was under-utilized for 3D games, it was frequently used for 2D games, where the VDP1 draws [[sprite]]s and the VDP2 draws scrolling backgrounds. | ||
− | In comparison to the rival [[wikipedia:PlayStation (console)|PS1]], the Saturn is more powerful overall.{{fileref|Edge_UK_030.pdf|page=99}} The Saturn has more raw computational power and faster pixel drawing; the PS1 can only draw pixels through its polygon engine, whereas the Saturn can draw pixels directly with its processors, giving it more programming flexibility.{{ref|[https://farm1.staticflickr.com/739/23436549909_8cc3bea316_b.jpg Scavenger Interview, ''Edge'']}} When both SH-2 and the SCU DSP are used in parallel, the Saturn is capable of 160 [[wikipedia:Instructions per second|MIPS]] and 85 million fixed-point operations/sec, faster than the PS1's [[wikipedia:PlayStation technical specifications|GTE]] (66 MIPS); when programmed effectively, the Saturn's parallel geometry engine can calculate more 3D polygon geometry than the PS1. The | + | In comparison to the rival [[wikipedia:PlayStation (console)|PS1]], the Saturn is more powerful overall.{{fileref|Edge_UK_030.pdf|page=99}} The Saturn has more raw computational power and faster pixel drawing; the PS1 can only draw pixels through its polygon engine, whereas the Saturn can draw pixels directly with its processors, giving it more programming flexibility.{{ref|[https://farm1.staticflickr.com/739/23436549909_8cc3bea316_b.jpg Scavenger Interview, ''Edge'']}} When both SH-2 and the SCU DSP are used in parallel, the Saturn is capable of 160 [[wikipedia:Instructions per second|MIPS]] and 85 million fixed-point operations/sec, faster than the PS1's [[wikipedia:PlayStation technical specifications|GTE]] (66 MIPS); when programmed effectively, the Saturn's parallel geometry engine can calculate more 3D polygon geometry than the PS1. The's VDP1 has a fillrate of 28.6364 MPixels/s (15-bit RGB) or 57.2728 MPixels/s (8-bit palette), compared to the PS1's GPU which fills 30 MPixels/s (15-bit RGB) or 15 MPixels/s (24-bit RGB). The VDP1 has a texture fillrate of 19.024567 [[Texel|MTexels/s]], compared to the PS1's GPU which fills 15.28 MTexels/s (4000 8×8 sprites).{{ref|[http://hitmen.c02.at/files/docs/psx/psx.pdf PlayStation documentation]}}{{ref|[http://psx.rules.org/gpu.txt PlayStation GPU documentation]}} The VDP2 has a significantly higher effective tile fillrate of 500 MPixels/s; if the VDP2 is used for drawing textured infinite planes, this frees up the VDP1's polygons for other 3D assets, whereas the PS1 needs to draw many polygons to construct 3D textured planes (with very limited draw distance compared to the VDP2). The PS1 has more effective polygon transparency than the VDP1, while the VDP2 has more effective transparency than the PS1. The VDP1's quad polygons are drawn with [[wikipedia:Spatial anti-aliasing|edge anti‑aliasing]] (for smoother edges) and [[wikipedia:Texture mapping#Forward texture mapping|forward texture mapping]] (with limited perspective correction), while the VDP2's infinite planes are drawn with true perspective correction, whereas the PS1's triangle polygons have aliased edges and are drawn with [[wikipedia:Affine texture mapping|affine texture mapping]] which lacks perspective correction (resulting in perspective distortion and texture warping). The PS1's straightforward hardware architecture, triangle polygons, and more effective development tools and C language support, made it easier for developers to program 3D graphics. When it came to 2D graphics, on the other hand, the Saturn's combination of a VDP1 sprite framebuffer and VDP2 parallax scrolling backgrounds made it both more powerful and straightforward to program 2D graphics, compared to the PS1 which draws all 2D graphics to a single framebuffer. |
The Saturn's VDP1 was the basis for [[wikipedia:Nvidia|Nvidia]]'s first graphics processor, the [[NV1]], which was one of the first 3D graphics accelerators on PC, released in 1995. Like the Saturn, it uses quad polygons and supports forward texture mapping with limited perspective correction, and several Saturn ports are available for it. However, the NV1 has a fillrate of 12.5 MPixels/s and a rendering performance of 50,000 polygons/sec, less than the VDP1's 28.4375–57.2728 MPixels/s fillrate and 500,000–735,085 polygons/sec rendering throughput. In comparison, the most powerful PC graphics card of 1995, [[Yamaha]]'s Tasmania 3D, which was based on triangle polygons, had a 25 MPixels/s fillrate and 300,000 polygons/sec rendering throughput, more than the NV1, but less than the Saturn and PlayStation. | The Saturn's VDP1 was the basis for [[wikipedia:Nvidia|Nvidia]]'s first graphics processor, the [[NV1]], which was one of the first 3D graphics accelerators on PC, released in 1995. Like the Saturn, it uses quad polygons and supports forward texture mapping with limited perspective correction, and several Saturn ports are available for it. However, the NV1 has a fillrate of 12.5 MPixels/s and a rendering performance of 50,000 polygons/sec, less than the VDP1's 28.4375–57.2728 MPixels/s fillrate and 500,000–735,085 polygons/sec rendering throughput. In comparison, the most powerful PC graphics card of 1995, [[Yamaha]]'s Tasmania 3D, which was based on triangle polygons, had a 25 MPixels/s fillrate and 300,000 polygons/sec rendering throughput, more than the NV1, but less than the Saturn and PlayStation. |
Revision as of 13:51, 19 October 2016
Sega Saturn | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Manufacturer: Sega | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Variants: Sega Titan Video | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Add-ons: Backup Memory, PriFun, Video CD Card, Extended RAM Cartridge, ROM Cartridge | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The Sega Saturn (セガサターン), is a video game console manufactured by Sega and was the successor to the Sega Mega Drive/Genesis (as opposed to add-ons such as the Sega 32X and Mega-CD). Initially released in 1994, the Saturn was a 32-bit compact disc-based system, and was a key player in what is now widely known as the fifth generation of video game consoles. The Saturn was first released on November 22, 1994 in Japan, May 11, 1995 in North America, and July 8, 1995 in Europe.
Depending on where you live, the Saturn could be described as either Sega's most successful console of all time (Japan) or one of their biggest commercial failures (North America). Despite being powerful for its time, its complex hardware and inability to meet rapidly evolving consumer expectations and demands put it in a distant third place in the Western world, but a combination of 2D sprite games, 3D arcade ports and strong marketing campaigns made the Saturn the most successful Sega console in Japan. Estimates for the total number of Saturns sold worldwide range from 10 million to 17 million.
The Saturn's main competitors were Sony's PlayStation released just a week after the Saturn in Japan, and the Nintendo 64 from September 1996. Its arcade counterpart was the Sega Titan Video (ST-V) system. It was replaced by the Sega Dreamcast in late 1998.
Contents
Hardware
The Sega Saturn is the successor to the Mega Drive, though as a video game system it is almost entirely different. It is a "32-bit" console, marketed in such a way that it appeared to be an evolution of the "16-bit" era of video gaming dominated by the Mega Drive and Super NES (which in turn succeeded the "8-bit" Master System and NES, respectively).
This description, however, was initially fabricated - Sega of Japan originally claimed the Saturn was a "64-bit" console[7] and some within Sega even chose to call it an "128-bit" machine,[8] a number arrived at by cumulating processors rather than simply picking the main CPU. Alternatively some areas of Sega simply went down the "multi-processor" route, refusing to get drawn into the perceived differences between 32-bit and 64-bit.[9] This was incidentally the last video game generation where these so-called "bit wars" were considered to matter.
The system uses CD-ROMs as its primary choice of media. Though it contains a cartridge slot, this is not used for games, but rather backup memory or RAM cartridges. The former was to extend the space for save games beyond that of the Saturn's internal memory, while the latter was used to augment the Saturn's limited memory and to avoid long CD load times.
The Saturn has two controller ports, and the standard Saturn controller builds on that seen in the six button Sega Mega Drive controller. It adds two shoulder buttons, first seen on the Super NES controller, bringing the amount of buttons up to nine. The 3D Control Pad, released later with NiGHTS into Dreams, would supply the console with an analogue stick and analogue shoulder buttons, the latter later being used in the Sega Dreamcast before being adopted by Nintendo and Microsoft for their GameCube and Xbox consoles, respectively.
The Sega Saturn hardware combined features from several Sega arcade systems. It has a multi-processor system, like arcade machines. Its geometry engine consists of three DSP math processors, two inside both Hitachi SH-2 CPU and one inside the SCU, which were all intended to be programmed in parallel using complex assembly language, similar to how Sega programmed 3D arcade games at the time. The VDP1 was based on the Sega Model series, with a quad polygon engine based on the Model 1, along with the Model 2's texture mapping capability. The VDP1 is capable of drawing more polygons than the Model 1, but less than the Model 2. The Saturn was also influenced by the Sega Model 1's use of a separate graphics processor for the 2D backgrounds (based on the Sega System 24). The Saturn's VDP2 was based on Sega System 32 technology (an evolution of Super Scaler technology), used for both 2D backgrounds and 3D planes; the latter can be manipulated as polygon objects. The VDP2's tiled infinite plane engine uses tilemap compression and a form of scanline/tiled rendering to draw large, detailed, 3D textured infinite planes (for things such as grounds, seas, walls, ceilings, skies, etc.), with perspective correction and a virtually unlimited draw distance (and capable of effects such as transparency, parallax scrolling, water, fire, fog, heat haze, etc.), at a very high effective fillrate for its time. The VDP2 draws 3D infinite planes as large as 4096×4096 pixels at 30 FPS, equivalent to a fillrate of over 500 MPixels/s, significantly larger than what any console or PC hardware were capable of with polygons at the time. It requires 1 million texture-mapped polygons/sec, with 500 pixels per polygon, to draw a textured 4096×4096 infinite plane at 30 FPS; the Dreamcast was the first home system capable of doing this with polygons, as it was the first home system that exceeded 500 MPixels/s polygon fillrate (using tiled rendering).
The Saturn was known for its difficult 3D development environment (especially for third-party developers), including its complex parallel processing hardware architecture, requiring familiarity with assembly language, lack of an operating system, and initial lack of C language support, useful development tools and graphics software libraries prior to its international launch (Sega provided DTS support for these features in late 1995, after it had launched). Only a handful of developers were able to squeeze most of the power out of the second SH-4 CPU, and even fewer utilized the SCU DSP, as its assembly code was more complex than the SH-4. The VDP1 rendered quad polygons, which, despite being used by the most powerful gaming system at the time (Sega Model 2 arcade system), did not become industry standard for 3D graphics, compared to the more widely used triangle polygons. The VDP1 also had issues with transparency (see Errata below). The VDP2's tiled infinite plane engine, which could draw large 3D infinite planes with a much higher draw distance, texture details and effective fillrate than polygons at the time, was unfamiliar to most developers who relied on polygons to construct 3D planes. Sega's first-party 3D games often utilized both CPU, the DSP, and/or both VDP, but the hardware's complexity and difficult 3D development environment led to most third-party developers only utilizing a single CPU and the VDP1, just a portion of the Saturn's power, for 3D games. While the VDP2 was under-utilized for 3D games, it was frequently used for 2D games, where the VDP1 draws sprites and the VDP2 draws scrolling backgrounds.
In comparison to the rival PS1, the Saturn is more powerful overall.[10] The Saturn has more raw computational power and faster pixel drawing; the PS1 can only draw pixels through its polygon engine, whereas the Saturn can draw pixels directly with its processors, giving it more programming flexibility.[11] When both SH-2 and the SCU DSP are used in parallel, the Saturn is capable of 160 MIPS and 85 million fixed-point operations/sec, faster than the PS1's GTE (66 MIPS); when programmed effectively, the Saturn's parallel geometry engine can calculate more 3D polygon geometry than the PS1. The's VDP1 has a fillrate of 28.6364 MPixels/s (15-bit RGB) or 57.2728 MPixels/s (8-bit palette), compared to the PS1's GPU which fills 30 MPixels/s (15-bit RGB) or 15 MPixels/s (24-bit RGB). The VDP1 has a texture fillrate of 19.024567 MTexels/s, compared to the PS1's GPU which fills 15.28 MTexels/s (4000 8×8 sprites).[12][13] The VDP2 has a significantly higher effective tile fillrate of 500 MPixels/s; if the VDP2 is used for drawing textured infinite planes, this frees up the VDP1's polygons for other 3D assets, whereas the PS1 needs to draw many polygons to construct 3D textured planes (with very limited draw distance compared to the VDP2). The PS1 has more effective polygon transparency than the VDP1, while the VDP2 has more effective transparency than the PS1. The VDP1's quad polygons are drawn with edge anti‑aliasing (for smoother edges) and forward texture mapping (with limited perspective correction), while the VDP2's infinite planes are drawn with true perspective correction, whereas the PS1's triangle polygons have aliased edges and are drawn with affine texture mapping which lacks perspective correction (resulting in perspective distortion and texture warping). The PS1's straightforward hardware architecture, triangle polygons, and more effective development tools and C language support, made it easier for developers to program 3D graphics. When it came to 2D graphics, on the other hand, the Saturn's combination of a VDP1 sprite framebuffer and VDP2 parallax scrolling backgrounds made it both more powerful and straightforward to program 2D graphics, compared to the PS1 which draws all 2D graphics to a single framebuffer.
The Saturn's VDP1 was the basis for Nvidia's first graphics processor, the NV1, which was one of the first 3D graphics accelerators on PC, released in 1995. Like the Saturn, it uses quad polygons and supports forward texture mapping with limited perspective correction, and several Saturn ports are available for it. However, the NV1 has a fillrate of 12.5 MPixels/s and a rendering performance of 50,000 polygons/sec, less than the VDP1's 28.4375–57.2728 MPixels/s fillrate and 500,000–735,085 polygons/sec rendering throughput. In comparison, the most powerful PC graphics card of 1995, Yamaha's Tasmania 3D, which was based on triangle polygons, had a 25 MPixels/s fillrate and 300,000 polygons/sec rendering throughput, more than the NV1, but less than the Saturn and PlayStation.
Models
- Main article: Sega Saturn consoles.
There are a variety of Sega Saturn models of different shapes and colours, as well as novelty units, such as the Game & Car Navi HiSaturn. Differences between systems are not as drastic as seen with the Sega Mega Drive - the same basic feature set and component designs were used throughout the console's lifespan in all regions.
HST-3200/HST-3210
First seen on launch day in Japan (1994-11-22), the HST-3200 (later revised and released as the HST-3210, although the differences aside from a BIOS update are not fully understood), commonly referred to as the "grey Saturn" (although during development it had a metallic finish), was the basis for all Sega Saturns released between the Japanese launch and early 1996. These Saturns use blue "oval" buttons, mounted to black plastic at the front of the unit, and have both "power" and "access" LEDs similar to the Sega Mega-CD.
The Saturn saw variants produced by Hitachi and Victor as the HiSaturn and V-Saturn respectively, though aside from altered BIOSes and aesthetics (and bundles/pricing) these do not deviate much from the Sega designs. Novelty value sees these models worth slightly more in pre-owned markets - fewer were produced than the Sega models, but compatibility rates are much the same.
Overseas versions are physically identical (save for region encoding), but use black plastic throughout.
HST-3220
Released in March 1996, the HST-3220 stands as the only significant change to the Saturn's design, although functionality wise, the only feature omitted is the "access" LED seen in previous models. Reportedly the change in colour scheme was made to appeal to younger and female demographics.[14]
These "white" Saturns likely cost less to produce (they were certainly sold for a lot less in Japan), but from a user perspective the change is largely negligible - the console is roughly the same size and has no problems running any Saturn software. White Saturns opt for grey "circle" power and reset buttons and a pink "open" button for lifting the lid.
It is rumoured, though not proven, that the HST-3220 has a faster disc reading time than its earlier counterparts, meaning quicker loading screens in games.
When brought overseas the console continued to be shipped only in black, although the North American and European models have different coloured buttons. In 1998 Sega started releasing special versions of these consoles with semi-transparent plastic under the "This is cool" brand - only 30,000 units were produced. Again aside from aesthetic differences the consoles are interchangeable.
Some of the Japanese colour designs were also brought to Brazil.
BIOS
BIOS Version | Machine | Download |
---|---|---|
1.00 | Sega Saturn (Japan) | 1.00 (Asian Saturn) (info) ("Sega Saturn BIOS (1.00) (J).zip" does not exist) |
1.00a | Sega Saturn (NA & EU) | 1.00a (NA & EU Saturn) (info) ("Sega Saturn BIOS (1.00a) (UE).zip" does not exist) |
1.003 | Sega Saturn Devkit (Japan) | 1.003 (Asian Devkit) (info) ("Sega Saturn BIOS (1.003) (J).zip" does not exist) |
1.01 | Sega Saturn (Japan), HiSaturn (Japan), V-Saturn (Japan) | 1.01 (Asian Saturn) (info) ("Sega Saturn BIOS (1.01) (J).zip" does not exist) |
1.01 (Asian HiSaturn) (info) ("HI-Saturn BIOS (1.01) (J).zip" does not exist) | ||
1.01 (Asian V-Saturn) (info) ("V-Saturn BIOS (1.01) (J).zip" does not exist) | ||
1.01a | Sega Saturn (NA & EU) | 1.01a (NA & EU Saturn) (info) ("Sega Saturn BIOS (1.01a) (UE).zip" does not exist) |
1.02 | HiSaturn (Japan) | 1.02 (JP HiSaturn) (info) ("Bios_Hi-Saturn_1.02_(J).rar" does not exist) |
1.03 | HiSaturn Navi (Japan) | 1.03 (JP HiSaturn Navi) (info) ("Bios_GameNavi_HiSaturn_1.03.rar" does not exist) |
Errata
VDP1 transparency rendering quirk causes strips of pixels to be rewritten to framebuffer for 2-point (scaled) and 4-point (quadrangle) "sprites", applying the transparency effect multiple times. Rarely seen in commercial games (e.g. Robotica explosions), later titles implemented software transparency to correctly render transparent polygons (e.g. Dural in Virtua Fighter Kids).
The VDP1 supports per-pixel transparency between different polygons/sprites in the VDP1 framebuffer, or between VDP1 and VDP2 layers, but not both at the same time, with the VDP2's transparency overriding the VDP1's transparency. In addition, the VDP1 takes six times longer to draw transparent pixels than opaque pixels.[15] The VDP2, in comparison, has no issues with transparency, nor does the use of transparency affect the VDP2's performance.
There are several ways to overcome the VDP1's transparency issues. The most common method used by Saturn games is to fake transparency with dithering, using a mesh that gets blended by a television's Composite or S-Video cable. Another method is to use the VDP2's hardware transparency, by using a VDP2 bitmap layer as an additional transparent framebuffer, copying transparent assets from the VDP1 framebuffer to a VDP2 bitmap framebuffer layer (e.g. the transparent polygons in Burning Rangers). Another method is software transparency, programming the CPU with software code.
Technical specifications
Processors
- Main CPU: 2× Hitachi SuperH2 7604 32-Bit RISC (SH2) processors @ 28.6364 MHz[16]
- Master/Slave configuration
- Internal math processor:[17] Geometry DSP,[18] fixed‑point arithmetic, 32‑bit RISC instructions/registers, 74.45464 MIPS (37.22732 MIPS each, 1.3 MIPS per MHz),[19][20] 57.2728 fixed-point MOPS (28.6364 MOPS per SH-2, 1 operation per cycle)[21]
- Bus width: 64‑bit (2× 32‑bit) internal, 32‑bit external[22]
- System coprocesor: Custom Saturn Control Unit (SCU), with DSP for geometry processing and DMA controller for system control[22][17][23]
- CD‑ROM CPU: Hitachi SH1 32‑bit RISC processor @ 20 MHz (20 MIPS)[16] (controlling the CD‑ROM)
- Microcontroller: Hitachi HD404920[25] (4‑bit MCU) "System Manager & Peripheral Control" (SMPC) @ 4 MHz[17]
Audio
- Sound processor: Yamaha SCSP (Saturn Custom Sound Processor) YMF292[27]
- Sound CPU: Motorola 68EC000 (16/32‑bit CISC) sound processor @ 11.3 MHz[22] (1.9775 MIPS[29])
- Bus width: 16‑bit internal, 16‑bit external
Video
- Sega/Hitachi VDP1 32-bit video display processor @ 28.6364 MHz: Sprites, textures, polygons[30][25]
- Bus width: 48‑bit (3× 16‑bit)[17]
- Word length: 32-bit
- Sega/Yamaha VDP2 32-bit background and scroll plane video display processor @ 28.6364 MHz: Backgrounds, scrolling[31][25]
- Bus width: 32‑bit (2× 16‑bit)[17]
- Word length: 32-bit
- Sony CXA1645M RGB‑Composite Video Encoder[25]
Graphics
- Graphics pipeline:
- 3 DSP geometry processors: 2× SH-2 DSP, SCU DSP
- 2 VDP rendering processors: VDP1 for sprites/textures/polygons, VDP2 for planes/backgrounds/textures
- Refresh rate: 30–60 Hz (NTSC), 25–50 Hz (PAL)[32]
- Frame rate: 1–60 FPS (NTSC), 1–50 FPS (PAL)
- Color depth: 16-bit RGB to 32‑bit RGBA (24‑bit color with 8‑bit alpha transparency)[28]
- Color palette: 16,777,216 (VDP2), 32,768 (VDP1)
- Colors on screen: 256 to 16,777,216 (VDP2), 256 to 32,768 (VDP1)
- VDP2 colors per background: 16 colors (4-bit) to 16,777,216 colors (24-bit)[33][34]
- VDP1 colors per sprite/polygon: 16 colors (4-bit) to 32,768 colors (15-bit)[35][36]
- CLUT: Virtually unlimited number of CLUTs[37]
- MPEG Video CD Card: 704×480 resolution, 30 frames/sec, 16‑bit audio with 44.1 kHz sampling,[38] up to 72 minutes on one CD[17]
- DSP geometry processing: 160.25464 MIPS (74.45464 MIPS SH-2, 85.8 MIPS SCU)
- Fixed-point operations: 85.9092 MOPS (57.2728 MOPS SH-2, 28.6364 MOPS SCU)
- Multiplications: 71.591 million/sec (57.2728 million SH-2, 14.3182 million SCU)
- Additions/Subtractions: 71.591 million/sec (57.2728 million SH-2, 14.3182 million SCU)
- Polygon transformations: 735,085 polys/sec (511,364 polys/sec SH-2, 223,721 polys/sec SCU, 64 multiplications and 48 additions per quad)[39]
- Lighting calculations: 438,312 polys/sec (310,471 polys/sec SH-2, 127,841 polys/sec SCU, 48 multiplications and 20 additions per quad)[40]
- DSP–VDP transmission bus bandwidth: 57.2728 MB/s (16-bit, 28.6364 MHz)[41]
- Raw polygon transfer: 735,085 polys/sec (23.52272 MB/s, 32 bytes per polygon)[42]
- Lit polygon transfer: 438,312 polys/sec (14.025984 MB/s, 32 bytes per polygon)
SCU DSP
- SCU math coprocessor: Geometry DSP @ 14.3182 MHz, 32‑bit fixed‑point instructions[23][43][44]
- Parallel units: 32/48-bit ALU (arithmetic logic unit), 48/64‑bit Multiplier, 32-bit instruction decoder
- Buses:[43][45]
- Internal: 4 parallel buses, 32-bit per bus, 128-bit overall bus width, 3 buses at 14.3182 MHz, 1 bus at 28.6364 MHz
- External: 32-bit, 28.6364 MHz
- Cache RAM: 2 KB (1 KB data, 1 KB program)[46]
- Instructions: 6 parallel instructions/cycle (one instruction per unit/bus),[24] 85.8 MIPS (6 MIPS/MHz)
- Fixed-point operations: 28.6364 MOPS (million operations/second), 2 MOPS/MHz (2 parallel operations/cycle, 1 multiplication and 1 addition/subtraction)
- Multiplications: 14.3182 million/sec (1 multiplication per cycle)
- Additions/Subtractions: 14.3182 million/sec (1 addition/subtraction per cycle)
- Polygon transformations: 223,721 polys/sec (64 multiplications and 48 additions per quad)[39]
- Lighting calculations: 127,841 polys/sec (48 multiplications and 20 additions per quad)[40]
- Capabilities: Matrix and vector calculations, 3D point transformations, lighting calculations, fixed-point calculations,[44] faster than SH-2,[47] can use DMA to directly fetch and store vertex data, floating-point operations, geometry transformations, voxel rendering acceleration, fast coordinate transformations, lighting computations[48]
- Notes: Can only be programmed with assembly language, more difficult to program than SH-2[44]
VDP1
- VDP1 32-bit video display processor @ 28.6364 MHz: Handles sprite/texture and polygon drawing,[30] color calculation and shading,[17] geometry[37]
- Framebuffer capabilities: Double buffering, dual 256 KB framebuffers, rotation & scaling,[36] VDP1 framebuffer can be rotated as bitmap layer by VDP2[50]
- Framebuffer resolution: 512×256, 512×512, 1024×256[51]
- Overscan resolution: 1708×263 (NTSC), 1820×313 (PAL), 852×525 (31KC), 848×562 (HDTV)[52]
- Color palette: 32,768 colors (15-bit RGB) to 16,777,216 (24-bit VDP2 CRAM palette, accessible by VDP1)[53]
- Colors on screen: 32,768 colors (15-bit RGB) to 1,048,576 colors (15-bit RGB, 32 transparency levels)[54]
- Colors per pixel: 32,768 colors (15-bit RGB), 256 colors (8-bit palette)
- Polygon capabilities: Texture mapping,[30] lighting,[55][56] shading, wire‑frame, flat shading, Gouraud shading,[17][56] quad polygons, perspective correct forward texture mapping
- Sprite/Texture capabilities: Rotation & scaling, flipping, distortion,[30][36] warping, vertical and horizontal line scrolling, virtually unlimited color tables,[37][57] System 24/32 sprite rendering system,[58]
- Sprite/Texture size: 8×1 to 504×255 pixels[59]
- Colors per sprite/texture in Lo-Res: 16, 64, 128, 256, and 32,768[35]
- Colors per sprite/texture in Hi-Res: 16, 64, 128, and 256[60]
- Maximum texels per scanline: 3624 (NTSC),[61] 3640 (PAL)[52]
- Maximum sprites/textures per scanline: 453 (NTSC), 455 (PAL)
- Sprite/Texture/Polygon RAM: 512 KB[62]
- Sprite/Polygon size: 32 bytes (flat shading),[42][63] 40 bytes (Gouraud shading),[64] 64–96 bytes (shadows),[15] 72–104 bytes (shadows, Gouraud shading)
- Texture size: 4 bytes (8×1 texels, 16 colors) to 251.02 KB (504×255 texels, 32,758 colors)[63]
- Gouraud shading table: 264 bytes (optional)[56]
- Maximum sprites per frame: 16,383 (virtually unlimited),[37] 5461–8191 (shadowed)
- Maximum polygons per frame: 16,384 (flat shading), 16,383 (texture mapping), 13,100 (Gouraud shading), 13,099 (texture mapping, Gouraud shading), 8192 (shadows), 8191 (texture mapping, shadows), 7277 (texture mapping, shadows, Gouraud shading)
- Rendering fillrate: 28.6364 MPixels/s (32,768 colors/pixel, 1 pixel/cycle),[61][65][52] 57.2728 MPixels/s (256 colors/pixel, 2 pixels/cycle)[66]
- Shadow/Translucency fillrate: 4.772733 MPixels/s (32,768 colors/pixel, 6 cycles/pixel)[15]
- Texture mapping fillrate: 19.024567 MTexels/s, 1.505232 cycles/texel[67]
- Gouraud shading: 9.506583 MTexels/s, 3.01227 cycles/texel
- Shadows/Translucency: 3.17749 MTexels/s, 9.01227 cycles/texel
- Polygon rendering performance:[68]
- 735,085 polys/sec: Flat shading, 38 cycles/poly, 22–45 pixels/poly, 12,251–16,384 polys/scene
- 500,000 polys/sec: Flat shading,[37] 57 cycles/poly, 41–82 pixels/poly, 8333–16,384 polys/scene
- 438,312 polys/sec: Lighting, flat shading, 65 cycles/poly, 49–98 pixels/poly, 7305–16,384 polys/scene
- 376,794 polys/sec: Lighting, flat shading, shadows, translucency, 76 cycles/poly, 10 pixels/poly, 6279–7277 polys/scene
- 110,993 polys/sec: Lighting, Gouraud shading, 258 cycles/poly,[67] 10 pixels/poly, 1814–13,100 polys/scene
- Texture mapping performance:[67]
- 289,256 polys/sec: Lighting, 99 cycles/poly, 4820–16,352 polys/scene, 1–361 KB textures
- 200,000 polys/sec:[37] Lighting, 143–144 cycles/poly, 3333–16,352 polys/scene, 1–407 KB textures
- 130,759 polys/sec: Lighting, shadows, translucency, 219 cycles/poly, 2179–7263 polys/scene, 1–375 KB textures
- 90,000 polys/sec: Lighting, Gouraud shading,[69] 318 cycles/poly, 1500–13,075 polys/scene, 1–453 KB textures
- Other features: Alpha blending, clipping, luminance,[36] shadows,[70] transparency[71] (32 levels),[54] per-pixel transparency, flat shading, Gouraud shading (15-bit color),[15] edge anti‑aliasing[72]
VDP2
- VDP2 32-bit background and scroll plane video display processor @ 28.6364 MHz: Handles background, scroll and 3D rotation planes[31]
- Features: Transparency (32 levels),[54] shadowing, 2 windows for special calculations,[34] matrix calculations,[73] 3D infinite planes (grounds, seas, walls, ceilings, skies, etc.), can be manipulated as polygon objects,[74] visual effects (water, fire, fog, heat haze, etc.)
- Planes: 7 layers, 2–6 simultaneous layers (1–4 scrolling 2D backgrounds, 1–2 rotating 3D playfields, 1 back screen)[34][33][75]
- 2D scrolling backgrounds: Scrolling, parallax scrolling, single-axis 2D rotation[76]
- NBG0: 16–16,777,216 colors, tilemap (1024×1024 to 2048×2048) or bitmap (512×256 to 1024×512), column/row/line scrolling, scaling
- NBG1: 16–32,768 colors, tilemap (1024×1024 to 2048×2048) or bitmap (512×256 to 1024×512), column/row/line scrolling, scaling
- NBG2/NBG3: 16–256 colors, tilemap (1024×1024 to 2048×2048)
- 3D rotating playfields: Scrolling, scaling, dual-axis 3D rotation,[76] 3D infinite ground planes, perspective correct 3D rotation, can be manipulated as polygon objects[74]
- RBG0: 16–16,777,216 colors, tilemap (2048×2048 to 4096×4096) or bitmap (512×256 to 512×512)
- RBG1: 16–16,777,216 colors, tilemap (2048×2048 to 4096×4096)
- Back screen: 1 plain background,[77] 1 to 240 colors (1 color/scanline)
- 2D scrolling backgrounds: Scrolling, parallax scrolling, single-axis 2D rotation[76]
- Tilemap capabilities: 8×8 and 16×16 tile sizes,[33] scroll plane up to 8192×8192 pixels,[78] rotating 3D infinite planes up to 4096×4096 pixels each,[75] tile compression, tiled rendering, virtually unlimited draw distance
- Bitmap capabilities: Bitmap layers can be used as additional framebuffer[79] (with full transparency), displays VDP1 framebuffer as additional bitmap layer, can rotate VDP1 framebuffer[50]
- Color palette: 16,777,216 colors (24-bit), 32,768 colors (15-bit), 65,536 colors (15-bit with transparency)
- Bitmap fillrate:[82][83]
- 2D scrolling planes: 14.21875–114.5456 MPixels/s
- 16,777,216 colors on screen: 14.3182 MPixels/s (NTSC), 14.21875 MPixels/s (PAL), 2 cycles/pixel
- 32,768 colors per plane: 28.6364 MPixels/s (NTSC), 28.4375 MPixels/s (PAL), 1 pixel/cycle
- 256 colors per plane: 57.2728 MPixels/s (NTSC), 56.875 MPixels/s (PAL), 2 pixels/cycle
- 16 colors per plane: 114.5456 MPixels/s (NTSC), 113.75 MPixels/s (PAL), 4 pixels/cycle
- 3D rotating playfield: 14.3182 MPixels/s (NTSC), 14.21875 MPixels/s (PAL), 2 cycles/pixel
- 2D scrolling planes: 14.21875–114.5456 MPixels/s
- Tilemap fillrate: 2x 128×128 to 512×512 tiles/frame, 1.96608–7.86432 million tiles/sec
- 2D scrolling planes: 2x 1024×1024 to 2048×2048 pixels/frame, 125.82912–503.31648 MPixels/s (effective fillrate)
- 3D rotating playfields: 2048×2048 to 4096×4096 pixels/frame, 251.65824–503.31648 MPixels/s (effective fillrate)
- Effective polygon fillrate: 1 million texture-mapped polygons/sec, 500 texels/polygon
Resolutions
The Saturn supported the following display resolutions:[84]
Progressive
- 320×224 (Lo‑Res)
- 320×240 (Lo‑Res)
- 320×256 (Lo-Res, PAL)
- 352×224 (Lo‑Res)
- 352×240 (Lo‑Res)
- 352×256 (PAL)
- 640×224
- 640×240
- 640×256 (PAL)
- 704×224
- 704×240
- 704×256 (PAL)
Interlaced
- 320×448
- 320×512 (PAL)
- 320×480
- 352×448
- 320×480
- 352×512 (PAL)
- 640×448 (Hi‑Res)
- 640×480 (Hi‑Res)
- 640×512 (Hi‑Res, PAL)
- 704×448 (Hi‑Res)
- 704×480 (Hi‑Res)
- 704×512 (Hi‑Res, PAL)
Sound
- SCSP:[27]
- Audio channels: 32
- Sound formats: PCM, FM, MIDI, LFO
- PCM sampling: 16‑bit and 8‑bit audio depth, 44.1 kHz sampling sate (CD quality), up to 32 PCM channels
- FM synthesis: 1–4 operators per FM channel, up to 32 FM channels (1‑operator) or 8 FM channels (4‑operator)
- LFO waveforms: 4 waveform types (Sawtooth, rectangular, triangular, white noise), up to 32 LFO channels
- CD‑DA: 1 streaming CD‑DA channel (16‑bit PCM, 44.1 kHz) from CD
- Stereo audio output
Memory
- System RAM: 4640 KB (4.53125 MB)[25][17]
- System ROM: 512 KB BIOS MROM/EPROM (16‑bit, 10 MHz)[25][90]
- Internal processor cache: 39,408 bytes (38.484375 KB)[22][17]
- Optional cartridge RAM: 512 KB to 4.5 MB
- Extended RAM Cartridge: 1 MB or 4 MB Work RAM
- Saturn Backup Memory: 512 KB battery backup
- Pro Action Replay: 512 KB battery backup
- Action Replay Plus: 4.5 MB (4 MB Work RAM, 512 KB battery backup)
- Optional Video CD Card memory: 1 MB (512 KB buffer RAM, 512 KB program ROM)[17]
Configuration
System RAM buses, all connected through the SCU:[22][41][17]
- System bus (32‑bit, 28.6364 MHz)
- SH2 (×2), SCU, SMPC <‑> Work RAM (2× SDRAM, 2× FPM DRAM), battery backup SRAM
- Video sub‑system buses (80-bit, 28.6364 MHz)[30]
- SCU <-> VDP1, VDP2 (16-bit)
- VDP1 <‑> Polygon/Texture/Sprite VRAM (SDRAM, 16-bit)
- VDP1 <‑> Framebuffer 0 VRAM (SDRAM, 16-bit)
- VDP1 <‑> Framebuffer 1 VRAM (SDRAM, 16-bit)
- VDP2 <‑> Background VRAM (2× SDRAM, 32-bit)[31]
- Sound sub‑system bus — SCU, 68EC000, SCSP <‑> Sound RAM (FPM DRAM) (16-bit, 28.6364 MHz)
- CD‑ROM sub‑system bus — SCU, SH1 <‑> CD‑ROM cache/buffer RAM (FPM DRAM) (16-bit, 28.6364 MHz)
Bandwidth
- System RAM bandwidth: 480.9096 MB/s (7 buses, 144-bit bus width)
- System bus RAM: 114.5456 MB/s (32‑bit, 28.6364 MHz)
- Work RAM: 114.5456 MB/s (114.5456 MB/s SDRAM, 88.888888 MB/s FPM DRAM)
- Battery backup SRAM: 10 MB/s (8‑bit, 10 MHz)
- VRAM: 286.364 MB/s (SDRAM, 4 buses, 80-bit bus width, 28.6364 MHz)
- VDP1: 171.8184 MB/s (114.5456 MB/s framebuffers, 57.2728 MB/s polygons/textures/sprites) (48-bit)
- VDP2: 114.5456 MB/s (backgrounds) (32-bit)
- Sound RAM: 40 MB/s (FPM DRAM, 16‑bit, 20 MHz)
- CD‑ROM cache/buffer: 40 MB/s (FPM DRAM, 16‑bit, 20 MHz)
- System bus RAM: 114.5456 MB/s (32‑bit, 28.6364 MHz)
- System ROM bandwidth: 20 MB/s (16‑bit, 10 MHz)
- Internal processor bandwidth:
- SH2 cache: 229.0912 MB/s (114.5456 MB/s per SH2)
- SH1 cache: 80 MB/s (32‑bit, 20 MHz)
- SCU DSP RAM: 286 MB/s (171.6 MB/s for 3 buses, 114.4 MB/s for 1 bus)
- SMPC: 7 MB/s (2 MB/s RAM, 5 MB/s ROM)
- 68EC000: 22.6 MB/s (16‑bit, 11.3 MHz)
- SCSP: 67.8 MB/s (24‑bit, 22.6 MHz)
- VDP: 286.364 MB/s (171.8184 MB/s VDP1, 114.5456 MB/s VDP2 color RAM)
Storage
Input/Output
- Main article: List of Sega Saturn accessories.
- Two 16‑bit bidirectional parallel I/O ports
- High-speed serial communications port (Both SH2 SCI channels and SCSP MIDI)
- Cartridge connector
- Internal expansion port for video decoder card
- Composite video/stereo (JP Part No: HSS-0106)
- NTSC/PAL RF (US Part No.: MK-80116, JP Part No.: HSS-0110)
- S-Video compatible (JP Part No.: HSS-0105)
- RGB compatible (JP Part No.: HSS-0109)
- EDTV compatible (optional)
Peripherals
- Main article: List of Sega Saturn accessories.
Power source
- AC120 volts; 60 Hz (US)
- AC240 volts; 50 Hz (EU)
- AC200 volts; 60 Hz (JP)
- 4 volt lithium battery to power non-volatile RAM and SMPC internal real-time clock
- Power Consumption: 25 W
Dimensions (US/European model)
- Width: 260 mm (10.2 in)
- Length: 230 mm (9.0 in)
- Height: 89 mm (3.2 in)
History
- Main article: History of the Sega Saturn.
Game packaging
Japanese packaging
Japanese Saturn software usually came packaged in standard jewel cases, much like music CDs. They also came with spinecards - three-fold pieces of light cardboard that hug the spine of the jewel case. These are very valuable for collectors who wish to claim a game is "complete". The spinecard also indicates that the CD is for use with a Sega Saturn console - specifically Japanese NTSC systems. There were also jewel case quad CD cases, and a variant of the single case which was slightly thicker and VERY hard to replace.
Most of the time the spinecard will have a gold and black background with the Japanese Saturn logo and lettering printed vertically. Saturn collection games will have red and white spinecard with white lettering, the Saturn Collection logo under that, and the 2,800 yen price featured prominently. Manual is included with the cover seen through the front of the jewel case. The left side of the manual will usually have a bar similar in design to the spinecard. The Japanese SEGA rating, if there is one, will be included on the manual front (usually on one of the corners). There is also the insert on the back which may feature artwork or screenshots from the game. A black bar on the bottom of the insert contains information much like the spinecard, licensing information, et cetera.
The Japanese packaging was adopted in smaller Asian markets such as South Korea and China.
North American packaging
The US used much larger jewel cases identical to the US Sega Mega-CD jewel cases, since many of these were in fact leftover Sega CD jewel cases. The US case has a white spine containing a 30 degree stripe pattern in gray, with white outlined lettering displaying the words "Sega Saturn". Oddly some US packaging seems to have taken a step backwards in terms of aesthetics - with minimal front artwork almost akin to the Sega Master System.
There are many flaws with the US packaging:
- Their sheer size made them more vulnerable to cracking.
- The mechanism that keeps the cover closed wears out quickly if the cover is opened and closed too much
- There is too much empty space inside the case. If the CD ever came off the case's spindle on its own (caused by rough handling of the case), the CD ends up being tossed around the inside of the case, causing either huge amount of scratches on the disc from careful handling of the case or shattering the disc from continued rough handling of the case.
European packaging
European cases come in two variants, both designed and engineered by Sega. One has a strong plastic design similar to the cases used with the Mega Drive and Master System (but taller, thinner and slightly more secure). The other feels far cheaper, being literally two pieces of plastic held together by a cardboard cover. Though the former was more preferred by the consumer, the latter was more common as it was cheaper to produce.
Both European cases has a solid black spine, with white lettering displaying the words "Sega Saturn". The manual slides in the case just like a normal jewel case and there is a back insert with information about the game. Like the American cases they are still too big and can lead to discs moving about and becoming scratched, though this may be to compensate for large multi-language manuals.
Some European boxes were wrapped in a transparent plastic shell after manufacture for extra security.
Brazillian packaging
Brazilian games were packaged in cardboard boxes, with a CD sleeve inside to keep the disc secure.
Emulation
The Saturn is notoriously hard to emulate due to its complex architecture (dual processors, etc.), but three notable emulators do exist:
- SSF is a highly compatible emulator, which is in continual development by a single developer.
- GiriGiri was initially based on an abandoned emulator by Sega themselves, and was considered the best until development ceased and SSF overtook it.
- Yabause is an open-source effort to create a Saturn emulator.
Software that plays files in the Saturn Sound Format, which stores audio ripped from games, does so through emulation of the audio-related code only.
Games
List of games
- Main article: List of Saturn games.
Launch titles
Japan
North America
- Clockwork Knight
- Daytona USA
- Panzer Dragoon
- Worldwide Soccer: Sega International Victory Goal Edition
- Virtua Fighter
Europe
Brazil
- Bug!
- Clockwork Knight
- Daytona USA
- Panzer Dragoon
- Virtua Fighter
- Worldwide Soccer: Sega International Victory Goal Edition
Magazine articles
- Main article: Sega Saturn/Magazine articles.
Promotional material
Print advertisements
also published in:
- CD Consoles (FR) #11: "Novembre 1995" (1995-xx-xx)[92]
Pamphlets
Television advertisements
JP (launch)
US (1)
US (2)
US (Who?)
US (Who? 15 second variant)
UK (launch; long)
UK (launch; short)
Artwork
External links
- Dave's Sega Saturn Page - Famous fansite that was extremely popular during the Saturn's heyday (no longer updated).
References
- ↑ 1.0 1.1 File:CVG UK 164.pdf, page 7
- ↑ File:CVG UK 165.pdf, page 30
- ↑ File:ConsolesMicro FR 01.pdf, page 13
- ↑ File:SegaMagazin DE 21.pdf, page 6
- ↑ File:HobbyConsolas ES 046.pdf, page 28
- ↑ File:HobbyConsolas ES 050.pdf, page 26
- ↑ File:SegaSaturn94JPCatalog.pdf
- ↑ File:Edge UK 024.pdf, page 9
- ↑ File:Hyper AU 003.pdf, page 8
- ↑ File:Edge_UK_030.pdf, page 99
- ↑ Scavenger Interview, Edge
- ↑ PlayStation documentation
- ↑ PlayStation GPU documentation
- ↑ File:MAXIMUM UK 06.pdf, page 127
- ↑ 15.0 15.1 15.2 15.3 File:ST-013-R3-061694.pdf, page 110
- ↑ 16.0 16.1 File:Hitachi SuperH Programming Manual.pdf
- ↑ 17.00 17.01 17.02 17.03 17.04 17.05 17.06 17.07 17.08 17.09 17.10 17.11 17.12 17.13 17.14 17.15 17.16 File:Sega Service Manual - Sega Saturn (PAL) - 013-1 - June 1995.pdf
- ↑ File:ST-103-R1-040194.pdf, page 23
- ↑ File:SH-2A.pdf, page 2
- ↑ SH7040, SH7041, SH7042, SH7043, SH7044, SH7045, Renesas
- ↑ File:Hitachi SuperH Programming Manual.pdf, page 31
- ↑ 22.0 22.1 22.2 22.3 22.4 22.5 22.6 22.7 File:ST-103-R1-040194.pdf
- ↑ 23.0 23.1 File:ST-097-R5-072694.pdf
- ↑ 24.0 24.1 File:ST-TECH.pdf, page 157
- ↑ 25.0 25.1 25.2 25.3 25.4 25.5 25.6 25.7 25.8 Sega Saturn (MAME)
- ↑ 26.0 26.1 File:HD40491 datasheet.pdf
- ↑ 27.0 27.1 File:ST-077-R2-052594.pdf
- ↑ 28.0 28.1 Sega Saturn FAQ (January 8, 2000)
- ↑ http://www.drolez.com/retro/
- ↑ 30.0 30.1 30.2 30.3 30.4 File:ST-013-R3-061694.pdf
- ↑ 31.0 31.1 31.2 File:ST-058-R2-060194.pdf
- ↑ File:ST-013-R3-061694.pdf, page 6
- ↑ 33.0 33.1 33.2 File:ST-058-R2-060194.pdf, page 24
- ↑ 34.0 34.1 34.2 STV VDP2 (MAME)
- ↑ 35.0 35.1 File:ST-013-R3-061694.pdf, page 18
- ↑ 36.0 36.1 36.2 36.3 STV VDP1 (MAME)
- ↑ 37.0 37.1 37.2 37.3 37.4 37.5 37.6 File:NextGeneration US 24.pdf, page 64
- ↑ File:ST-103-R1-040194.pdf, page 17
- ↑ 39.0 39.1 New Advances in Computer Graphics: Proceedings of CG International ’89 (page 336)
- ↑ 40.0 40.1 Design of Digital Systems and Devices (page 98)
- ↑ 41.0 41.1 41.2 File:13-APR-94.pdf, page 8
- ↑ 42.0 42.1 File:ST-013-R3-061694.pdf, page 40
- ↑ 43.0 43.1 File:ST-097-R5-072694.pdf, page 93
- ↑ 44.0 44.1 44.2 File:ST-TECH.pdf, page 149
- ↑ File:ST-TECH.pdf, page 152
- ↑ File:ST-103-R1-040194.pdf, page 25
- ↑ File:ST-TECH.pdf, page 163
- ↑ The State of Sega Saturn Homebrew
- ↑ File:Sega Service Manual - Sega Saturn (PAL) - 013-1 - June 1995.pdf, page 34
- ↑ 50.0 50.1 File:ST-058-R2-060194.pdf, page 177
- ↑ File:ST-013-R3-061694.pdf, page 149
- ↑ 52.0 52.1 52.2 File:ST-013-R3-061694.pdf, page 64
- ↑ File:TUTORIAL.pdf, page 11
- ↑ 54.0 54.1 54.2 File:ST-TECH.pdf, page 147
- ↑ File:ST-238-R1-051795.pdf
- ↑ 56.0 56.1 56.2 File:ST-238-R1-051795.pdf, page 232
- ↑ Sega Saturn Tech Specs
- ↑ Sega System 24 Hardware Notes (Wayback Machine: 2014-03-18 18:31)
- ↑ File:ST-013-R3-061694.pdf, page 119
- ↑ File:ST-013-R3-061694.pdf, page 29
- ↑ 61.0 61.1 File:ST-013-R3-061694.pdf, page 52
- ↑ File:ST-013-R3-061694.pdf, page 81
- ↑ 63.0 63.1 File:ST-013-R3-061694.pdf, page 75
- ↑ File:ST-013-R3-061694.pdf, page 39
- ↑ File:ST-013-R3-061694.pdf, page 35
- ↑ File:ST-013-R3-061694.pdf, page 61
- ↑ 67.0 67.1 67.2 File:TUTORIAL.pdf, page 8
- ↑ File:TUTORIAL.pdf, page 15
- ↑ Saturn vs. PS1
- ↑ File:ST-TECH.pdf, page 135
- ↑ File:ST-013-R3-061694.pdf, page 34
- ↑ File:ST-013-R3-061694.pdf, page 24
- ↑ File:ST-058-R2-060194.pdf, page 163
- ↑ 74.0 74.1 File:TUTORIAL.pdf, page 223
- ↑ 75.0 75.1 File:ST-058-R2-060194.pdf, page 132
- ↑ 76.0 76.1 File:13-APR-94.pdf, page 12
- ↑ File:ST-058-R2-060194.pdf, page 23
- ↑ File:13-APR-94.pdf, page 28
- ↑ File:ST-058-R2-060194.pdf, page 54
- ↑ File:ST-058-R2-060194.pdf, page 79
- ↑ File:ST-058-R2-060194.pdf, page 360
- ↑ File:ST-058-R2-060194.pdf, page 49
- ↑ File:ST-TECH.pdf, page 142
- ↑ File:ST-103-R1-040194.pdf, page 39
- ↑ 85.0 85.1 File:HM5241605 datasheet.pdf
- ↑ 86.0 86.1 File:TC514260B datasheet.pdf
- ↑ 87.0 87.1 File:UPD4504161 datasheet.pdf
- ↑ File:HM514270D datasheet.pdf
- ↑ File:SRM20256L datasheet.pdf
- ↑ File:TC574200D datasheet.pdf
- ↑ GamePro, "June 1996" (US; 1996-xx-xx), page 22
- ↑ CD Consoles, "Novembre 1995" (FR; 1995-xx-xx), page 89
- ↑ Hyper, "July 1995" (AU; 1995-xx-xx), page 11
Sega Home Video Game Systems | ||||||||||||||||||||||||||||
83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SG-1000 | SG-1000 II | Mega Drive | Mega Drive II | |||||||||||||||||||||||||
SC-3000 | Mega-CD | Mega-CD II | Genesis 3 | |||||||||||||||||||||||||
Sega Mark III | 32X | Dreamcast | ||||||||||||||||||||||||||
Master System | Master System II | |||||||||||||||||||||||||||
AI Computer | Game Gear | |||||||||||||||||||||||||||
Saturn | ||||||||||||||||||||||||||||
Pico | Beena |