Difference between revisions of "Sega G80"

From Sega Retro

Line 3: Line 3:
 
G80 games are cartridge-based. An interesting feature of the G80 — and where it gets its name from — is that the CPU, a modified [[Z80]] running at 3.86712MHz, is stored on the cart. The G80 is identical to the Z80, except the
 
G80 games are cartridge-based. An interesting feature of the G80 — and where it gets its name from — is that the CPU, a modified [[Z80]] running at 3.86712MHz, is stored on the cart. The G80 is identical to the Z80, except the
 
  ld (address),a
 
  ld (address),a
instruction (opcode 32h) was modified to mangle the address read from — a form of copy protection. The mangling system is [http://mamedev.org/source/src/mame/machine/segag80.c.html rather complicated, and differed from game to game].
+
instruction (opcode 32h) was modified to mangle the address written to — a form of copy protection. The mangling system is [http://mamedev.org/source/src/mame/machine/segag80.c.html rather complicated, and differed from game to game].
  
 
==Specifications==
 
==Specifications==

Revision as of 22:35, 15 March 2012

The Sega G80 is an arcade system produced by Sega in 1981. There are two versions of the G80 — one that displays raster graphics and one that displays vector graphics.

G80 games are cartridge-based. An interesting feature of the G80 — and where it gets its name from — is that the CPU, a modified Z80 running at 3.86712MHz, is stored on the cart. The G80 is identical to the Z80, except the

ld (address),a

instruction (opcode 32h) was modified to mangle the address written to — a form of copy protection. The mangling system is rather complicated, and differed from game to game.

Specifications

  • Main CPU: see above
  • Sound: some combination of the following (depending on the game)
    • Pure discrete sound
    • Speech board, with Intel 8035 + GI SP0250 speech synthesis chip
    • USB board, with Intel 8035 and hacked up tone generation with timers and dacs for volume.
  • Video resolution: 256 x 224 (raster version)
  • Board composition: one board

List of Games (Raster Version)

List of Games (Vector Version)


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