Difference between revisions of "Sega System 1"

From Sega Retro

Line 26: Line 26:
 
** Tilemap sizes: 256×256 for both planes{{ref|https://github.com/mamedev/mame/tree/master/src/mame/video/system1.c}}
 
** Tilemap sizes: 256×256 for both planes{{ref|https://github.com/mamedev/mame/tree/master/src/mame/video/system1.c}}
 
* [[Sprite]]s: Dual line buffers, double buffering, 32 sprites per scanline, 16 colors per sprite, sprite flipping, hardware collision detection, 8 to 256 width, 8 to 256 height
 
* [[Sprite]]s: Dual line buffers, double buffering, 32 sprites per scanline, 16 colors per sprite, sprite flipping, hardware collision detection, 8 to 256 width, 8 to 256 height
** Sprite pixels/texels: 10 MHz pixel clock cycles (60.0952 Hz refresh rate), 166,402 pixels/texels per frame (260 scanlines), 640 sprite pixels/texels per scanline
+
** Pixel clock cycles: 10 MHz (60.0952 Hz refresh rate)
 +
** Sprite pixel/texel fillrate: 10 million pixels/texels per second, 166,402 pixels/texels per frame (260 scanlines), 640 sprite pixels/texels per scanline
  
 
==Gallery==
 
==Gallery==

Revision as of 15:41, 6 October 2015

System1 PCB1.jpg
Sega System 1
Manufacturer: Sega
Release Date RRP Code

The Sega System 1 is an arcade platform introduced by Sega in July 1983.[1] It is a Z80-based platform and the first in the decade-long "System" series of arcade boards.

The System 1 was a relatively popular arcade board for its day, supported not only by Sega, but by Japanese developers Coreland and VIC Tokai between 1983 and 1987. In 1985 it was succeeded by the slightly more powerful Sega System 2 board, though new games were released for both systems concurrently. Many of the System 1's games were ported to the SG-1000 and Sega Master System consoles.

Specifications

  • Board composition: One board
  • Main CPU: Zilog Z80 @ 4 MHz (8-bit & 16-bit instructions @ 0.58 MIPS)
  • Sound CPU: Zilog Z80 @ 4 MHz (8-bit & 16-bit instructions @ 0.58 MIPS)
  • Sound chips: Sega SN76496 @ 4 MHz, Sega SN76496 @ 2 MHz
  • GPU chipset: Sega 315-5011 (sprite line comparator), Sega 315-5012 (sprite generator), 315-5049 (tilemap chip)
  • Video resolution: 256×224 (display), 640×260 (overscan)[2]
  • Refresh rate: 60.0952 Hz (V-sync)
  • Colors on screen: 2048
  • Color palette: 4096
  • Tilemap planes: 2 background layers (1 static, 1 scrolling), 8×8 tiles
    • Tilemap sizes: 256×256 for both planes[3]
  • Sprites: Dual line buffers, double buffering, 32 sprites per scanline, 16 colors per sprite, sprite flipping, hardware collision detection, 8 to 256 width, 8 to 256 height
    • Pixel clock cycles: 10 MHz (60.0952 Hz refresh rate)
    • Sprite pixel/texel fillrate: 10 million pixels/texels per second, 166,402 pixels/texels per frame (260 scanlines), 640 sprite pixels/texels per scanline

Gallery

List of Games


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