Difference between revisions of "Blockade hardware"

From Sega Retro

Line 16: Line 16:
  
 
==Technical Specifications==
 
==Technical Specifications==
* [[wikipedia:Central processing unit|CPU]]: [[wikipedia:Intel 8080|Intel 8080A]] @ 2 [[Clock rate|MHz]]{{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/blockade.cpp}} ([[wikipedia:8-bit|8-bit]] [[wikipedia:Instruction set|instructions]] @ 0.29 [[wikipedia:Instructions per second|MIPS]])
+
* [[wikipedia:Central processing unit|CPU]]: [[wikipedia:Intel 8080|Intel 8080A]] @ 2 [[Clock rate|MHz]]{{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/blockade.cpp}} ([[wikipedia:8-bit|8-bit]] [[wikipedia:Instruction set|instructions]], 0.29 [[wikipedia:Instructions per second|MIPS]])
 
* [[wikipedia:Sound chip|Sound chip]]: Custom ([[wikipedia:Monaural|mono]])
 
* [[wikipedia:Sound chip|Sound chip]]: Custom ([[wikipedia:Monaural|mono]])
 
* [[RAM]]: 1.25 [[wikipedia:Kibibyte|KB]] (256 [[byte]]s main, 1 KB [[VRAM|video]]){{ref|https://github.com/mamedev/mame/blob/master/src/mame/drivers/blockade.cpp}}
 
* [[RAM]]: 1.25 [[wikipedia:Kibibyte|KB]] (256 [[byte]]s main, 1 KB [[VRAM|video]]){{ref|https://github.com/mamedev/mame/blob/master/src/mame/drivers/blockade.cpp}}

Revision as of 06:03, 5 October 2016

Notavailable.svg
Blockade hardware
Manufacturer: Sega-Gremlin
Release Date RRP Code

This teeny-tiny article needs some work. You can help us by expanding it.


Sega Blockade hardware was created in 1976 by Sega-Gremlin for the arcade game Blockade. It uses an Intel 8080 CPU and custom graphics and sound circuitry.

Technical Specifications

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