Difference between revisions of "Sega G80"

From Sega Retro

Line 24: Line 24:
 
** [[wikipedia:Vector graphics|Vector]]: [[Zilog Z80]] @ 3.86712 MHz (8-bit & 16-bit instructions @ 0.561 MIPS)
 
** [[wikipedia:Vector graphics|Vector]]: [[Zilog Z80]] @ 3.86712 MHz (8-bit & 16-bit instructions @ 0.561 MIPS)
 
* [[wikipedia:Sound card|Sound boards]]:
 
* [[wikipedia:Sound card|Sound boards]]:
** Sega USB (Universal Sound Board)
+
** Sega USB (Universal Sound Board) {{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/segag80r.cpp}}
 
*** [[wikipedia:Microcontroller|MCU]]: [[wikipedia:Intel MCS-48|Intel i8035]] @ 3.12 MHz (8-bit instructions @ 3.12 MIPS, 1 [[wikipedia:Instructions per cycle|instruction per cycle]])
 
*** [[wikipedia:Microcontroller|MCU]]: [[wikipedia:Intel MCS-48|Intel i8035]] @ 3.12 MHz (8-bit instructions @ 3.12 MIPS, 1 [[wikipedia:Instructions per cycle|instruction per cycle]])
*** [[wikipedia:Sound chip|Sound chip]]: Sega Melody Generator ([[wikipedia:Programmable sound generator|programmable sound generator]])
+
*** [[wikipedia:Sound chip|Sound chip]]: Sega Melody Generator ([[wikipedia:Programmable sound generator|programmable sound generator]]) {{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/segag80r.cpp}}
 
** Speech Board (optional)
 
** Speech Board (optional)
 
*** MCU: [[wikipedia:Intel MCS-48|Intel i8035/i8039]] @ 3.12 MHz (8-bit instructions @ 3.12 MIPS)
 
*** MCU: [[wikipedia:Intel MCS-48|Intel i8035/i8039]] @ 3.12 MHz (8-bit instructions @ 3.12 MIPS)
 
*** [[wikipedia:Speech synthesis|Speech synthesizer]]: [[wikipedia:General Instrument SP0256|General Instrument SP0250]] ([[wikipedia:Linear predictive coding|linear predictive coding]])
 
*** [[wikipedia:Speech synthesis|Speech synthesizer]]: [[wikipedia:General Instrument SP0256|General Instrument SP0250]] ([[wikipedia:Linear predictive coding|linear predictive coding]])
** [[Sega System 1]] sound board (optional, used for ''Sindbad Mystery'' in 1983)
+
** [[Sega System 1]] sound board (optional, used for ''Sindbad Mystery'' in 1983) {{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/segag80r.cpp}}
 
*** Sound chips: [[wikipedia:Texas Instruments SN76496|Sega SN76496]] @ 4 MHz, Sega SN76496 @ 2 MHz
 
*** Sound chips: [[wikipedia:Texas Instruments SN76496|Sega SN76496]] @ 4 MHz, Sega SN76496 @ 2 MHz
* [[wikipedia:Raster graphics|Raster]] [[wikipedia:Graphics card|graphics board]]: Sega Video I
+
* [[wikipedia:Raster graphics|Raster]] [[wikipedia:Graphics card|graphics board]]: Sega Video I {{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/segag80r.cpp}}
 
** Raster [[wikipedia:Video display controller|display controller]]: Sega Raster Display Controller @ 15.468 MHz
 
** Raster [[wikipedia:Video display controller|display controller]]: Sega Raster Display Controller @ 15.468 MHz
 
** Video resolution:
 
** Video resolution:
*** Horizontal: 256×224{{ref|http://www.system16.com}} (display), 328×262{{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/segag80r.cpp}} (overscan)
+
*** Horizontal: 256×224 (display), 328×262 (overscan) {{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/segag80r.cpp}}
*** Vertical: 224×256 (display), 262×328{{ref|http://web.archive.org/web/20130104202105/mamedev.org/source/src/mame/video/segag80r.c.html}} (overscan)
+
*** Vertical: 224×256 (display), 262×328 (overscan) {{ref|http://web.archive.org/web/20130104202105/mamedev.org/source/src/mame/video/segag80r.c.html}}
 
** [[Palette|Color palette]] [[wikipedia:Colour look-up table|table]]: 256 ([[wikipedia:8-bit color|8-bit RGB]] [[wikipedia:Programmable read-only memory|PROM]])
 
** [[Palette|Color palette]] [[wikipedia:Colour look-up table|table]]: 256 ([[wikipedia:8-bit color|8-bit RGB]] [[wikipedia:Programmable read-only memory|PROM]])
** [[wikipedia:Color depth|Colors on screen]]: 64 to 128 ([[wikipedia:Video memory|palette RAM]])
+
** [[wikipedia:Color depth|Colors on screen]]: 64 to 128 ([[wikipedia:Video memory|palette RAM]]) {{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/segag80r.cpp}}
** [[wikipedia:Tile engine|Tilemap]] planes: 2 layers, horizontal and vertical [[wikipedia:Scrolling|scrolling]], 8×8 tiles, 4 colors per tile
+
** [[wikipedia:Tile engine|Tilemap]] planes: 2 layers, horizontal and vertical [[wikipedia:Scrolling|scrolling]],{{ref|http://web.archive.org/web/20130104202105/mamedev.org/source/src/mame/video/segag80r.c.html}} 8×8 tiles, 4 colors per tile {{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/segag80r.cpp}}
 
** [[Sprite]] capabilities: 28 to 32 sprites per [[wikipedia:Scan line|scanline]], 224 to 256 [[wikipedia:Texel (graphics)|sprite pixels/texels]] per scanline, 4 colors per sprite, 8×8 to 16×16 sizes
 
** [[Sprite]] capabilities: 28 to 32 sprites per [[wikipedia:Scan line|scanline]], 224 to 256 [[wikipedia:Texel (graphics)|sprite pixels/texels]] per scanline, 4 colors per sprite, 8×8 to 16×16 sizes
 
* [[wikipedia:Vector monitor|Vector display]] controller: Sega Display Controller
 
* [[wikipedia:Vector monitor|Vector display]] controller: Sega Display Controller
** [[wikipedia:Color depth|Color depth]]: 64 ([[wikipedia:List of monochrome and RGB palettes#6-bit RGB|6-bit RGB]])
+
** [[wikipedia:Color depth|Color depth]]: 64 ([[wikipedia:List of monochrome and RGB palettes#6-bit RGB|6-bit RGB]]) {{ref|https://web.archive.org/web/20130104202114/mamedev.org/source/src/mame/video/segag80v.c.html}}
* [[RAM]]:{{ref|https://github.com/mamedev/mame/blob/master/src/mame/drivers/segag80r.cpp}}
+
* [[RAM]]: {{ref|https://github.com/mamedev/mame/blob/master/src/mame/drivers/segag80r.cpp}}
** Default: 10 KB (2 KB main, 8 KB [[VRAM|video]])
+
** Default: 10 [[Byte|KB]] (2 KB main, 8 KB [[VRAM|video]])
** ''Monster Bash'': 20 KB (4 KB main, 16 KB video)
+
** ''Monster Bash'': 20 KB (4 KB main, 16 KB video)
** ''Sindbad Mystery'': 22 KB (4 KB main, 16 KB video, 2 KB sound)
+
** ''Sindbad Mystery'': 22 KB (4 KB main, 16 KB video, 2 KB sound)
 
}}
 
}}
  

Revision as of 21:35, 15 November 2015

Notavailable.svg
Sega G80
Manufacturer: Sega
Release Date RRP Code

The Sega G80 is an arcade system produced by Sega in 1981. It can be considered a successor to the Sega VIC Dual system, and was Sega's arcade platform of choice before the release of the Sega System 1.

The G80 was designed to be a more versatile system than those seen in arcade cabinets of the past. Rather than rely on bespoke cabinet designs for each game, Sega opted for a more cost-effective "Convert-a-Game" system (as it was marketed in the US), in which games housed on CPU boards could be easily swapped by arcade operators. It also marks Sega's recognition of the likes of Atari's Asteroids and Lunar Lander, as two variants of the G80 system exist - one which displays raster graphics, and another that displays color vector graphics.

The G80 gets its name from its CPU - a modified Z80 processor (which is attached to each game). The G80 is largely identical to the Z80, however the "ld (address),a" instruction (opcode 32h) was modified to mangle the address written to — an early form of copy protection. The mangling system is rather complicated, and differs from game to game.

The Sega G80 platform provided a basis for many reasonably successful vector-based games from the company, some of which, such as Space Fury, Tac/Scan, and, perhaps most famously, Star Trek: Strategic Operations Simulator, saw home console/computer ports.

Technical Specifications

List of Games

Raster

Vector


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