Difference between revisions of "Sega System C"

From Sega Retro

Line 1: Line 1:
 
{{stub}}
 
{{stub}}
The '''Sega System C''' is an arcade board used by Sega between 1989 and 1994 (though it was later used by Atlus for their ''Print Club'' series). A slight update called the '''Sega System C2''' was introduced in 1990. The ''[[Columns]]'' manual claims the hardware was called '''Sega System 14'''.
+
The '''Sega System C''' is an [[arcade]] board used by [[Sega]] between 1989 and 1994 (though it was later used by Atlus for their ''Print Club'' series). A slight update called the '''Sega System C2''' was introduced in 1990. The ''[[Columns]]'' manual refers to the hardware as '''Sega System 14'''.
  
 
==Hardware==
 
==Hardware==
Line 16: Line 16:
 
* Board composition: Single [[JAMMA Show|JAMMA]] board
 
* Board composition: Single [[JAMMA Show|JAMMA]] board
 
* Main CPU: [[Motorola 68000|MC68000]] @ 8.948862 MHz (16-bit & 32-bit instructions @ 1.566 MIPS)
 
* Main CPU: [[Motorola 68000|MC68000]] @ 8.948862 MHz (16-bit & 32-bit instructions @ 1.566 MIPS)
* Sound chips: [[Yamaha]] [[YM3438]] @ 7.670453, [http://gaming.wikia.com/wiki/Sound_chip SN76496] @ 3.579545
+
* Sound chips: [[YM3438|Yamaha YM3438]] @ 7.670453, [http://gaming.wikia.com/wiki/Sound_chip SN76496] @ 3.579545
 
* Optional sound chip: [[NEC]] µPD7759 @ 640 kHz ([[wikipedia:Audio bit depth|9-bit]] [[Pulse-code modulation|ADPCM]] @ 8 kHz [[wikipedia:Sampling rate|sampling rate]])
 
* Optional sound chip: [[NEC]] µPD7759 @ 640 kHz ([[wikipedia:Audio bit depth|9-bit]] [[Pulse-code modulation|ADPCM]] @ 8 kHz [[wikipedia:Sampling rate|sampling rate]])
* Graphics chips: Yamaha YM7101 VDP, Altera EPM5032, Sega 315-5242 color encoder
+
* Graphics chips: [[Yamaha]] YM7101 VDP, Altera EPM5032, [[Sega]] 315-5242 color encoder {{ref|https://github.com/mamedev/mame/blob/master/src/mame/drivers/segac2.cpp}}{{ref|http://imame4all.googlecode.com/svn-history/r146/Reloaded/trunk/src/mame/video/segaic16.c}}
 
* Video resolution: 320×224 pixels
 
* Video resolution: 320×224 pixels
 
* Color palette: 98,304{{ref|http://cgfm2.emuviews.com/txt/c2tech.txt}}
 
* Color palette: 98,304{{ref|http://cgfm2.emuviews.com/txt/c2tech.txt}}
 
** Sega's 16-bit arcade color palette: [http://gaming.wikia.com/wiki/List_of_RGB_palettes#15-bit_RGB 15-bit RGB] [[wikipedia:High color|high color]] [[wikipedia:Color depth|depth]] (32,768 colors) and 1-bit shadow & highlight that triples up to 98,304 colors.
 
** Sega's 16-bit arcade color palette: [http://gaming.wikia.com/wiki/List_of_RGB_palettes#15-bit_RGB 15-bit RGB] [[wikipedia:High color|high color]] [[wikipedia:Color depth|depth]] (32,768 colors) and 1-bit shadow & highlight that triples up to 98,304 colors.
* Colors on screen: 6144{{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/segac2.cpp}}{{ref|http://cgfm2.emuviews.com/txt/c2tech.txt}}
+
* Colors on screen: 6144 {{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/segac2.cpp}}{{ref|http://cgfm2.emuviews.com/txt/c2tech.txt}}
 
* Hardware features: [http://www.giantbomb.com/parallax-scrolling/3015-2915/ Line scroll, column scroll], [[wikipedia:Raster interrupt|raster interrupt]], 2 background planes (one with an option window), sprite plane, several levels of priority
 
* Hardware features: [http://www.giantbomb.com/parallax-scrolling/3015-2915/ Line scroll, column scroll], [[wikipedia:Raster interrupt|raster interrupt]], 2 background planes (one with an option window), sprite plane, several levels of priority
 
}}
 
}}

Revision as of 23:30, 15 November 2015


This short article is in need of work. You can help Sega Retro by adding to it.


The Sega System C is an arcade board used by Sega between 1989 and 1994 (though it was later used by Atlus for their Print Club series). A slight update called the Sega System C2 was introduced in 1990. The Columns manual refers to the hardware as Sega System 14.

Hardware

The System C hardware is built on top of the Sega Mega Drive with a few differences that make them incompatible:

  • The 68000 is clocked at ~9Mhz. The Z80 was removed; the faster 68000 allows it to handle sound without slowdown in games.
  • The VDP no longer uses its internal CRAM for palettes. Instead, it relies on external hardware to provide color information. The hardware is capable of producing 4096 possible colors which can be fed to the VDP in a variety of ways.

The System C2 adds a NEC µPD7759 ADPCM sample playback chip and a sample ROM which can be banked (as the chip can only access 128kB of samples at a time). This serves as a replacement for using the YM2612's DAC for samples, and has the extra advantage of not needing to constantly provide sample data to the µPD7759 — the 68000 merely sets the sample ROM bank and writes a sample number to play. However, the µPD7759 can only play one sample at a time.

Technical Specifications

This hardware is based closely on the Sega Mega Drive/Genesis hardware, with the main CPU, sound processor and graphics processor being the same, but with the addition of the Altera EPM5032 and Sega 315-5242 color encoder increasing the color palette. The CPU clock speed is slightly faster (8.94 MHz instead of 7.67 MHz), there is no Z80, and the sound chip is driven by the CPU. The DAC is also replaced by the NEC µPD7759, the same as the System 16 hardware.

List of Games

System C Games

System C2 Games

Note: there are a number of other Print Club games omitted from this list because they are undiscovered/undumped/etc.


Sega arcade boards
Originating in arcades









Console-based hardware








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
12
13
14









































PC-based hardware








05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23