Difference between revisions of "Sega VIC Dual"

From Sega Retro

Line 16: Line 16:
  
 
==Specifications==
 
==Specifications==
* Main CPU: [[Z80]]
+
* Main [[Central processing unit|CPU]]: [[Zilog]] [[Zilog Z80|Z80]] @ 1.934 [[Megahertz|MHz]]{{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/vicdual.c}} ([[8-bit]] & [[16-bit]] [[Instruction set|instructions]] @ 0.28 [[Instructions per second|MIPS]]),{{ref|http://www.drolez.com/retro/}} or [[Intel 8080]] @ 1.934 MHz{{ref|http://www.system16.com}} (8-bit instructions @ 0.28 MIPS){{ref|http://web.archive.org/web/20120424231244/http://www.depi.itch.edu.mx/apacheco/asm/Intel_cpus.htm}}
* Sound: Custom
+
* [[Sound card|Sound board]]: Custom (mono)
* Video [[resolution]]: 256 x 224
+
* [[Color model]]: [[Monochrome]] (1977) or [[RGB color model|RGB]] (1979){{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/vicdual.c}}
 +
* [[Palette (computing)|Color palette]]: 64{{ref|http://www.arcade-history.com/?n=depthcharge&page=detail&id=622}}
 +
* [[Color depth|Colors on screen]]: 2 (1977) or 8 (1979){{ref|https://github.com/mamedev/mame/tree/master/src/mame/video/vicdual.c}}
 +
* [[Display resolution]]: 256×224{{ref|http://www.system16.com}} to 328×262{{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/vicdual.c}}
 +
* [[Refresh rate]]: 60 Hz{{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/vicdual.c}}
  
 
==List of Games==
 
==List of Games==

Revision as of 08:37, 19 February 2015

VICDual PCB.jpg
Sega VIC Dual
Manufacturer: Sega
Release Date RRP Code

The Sega VIC Dual is an arcade system produced by Sega in 1977, and is the first Sega hardware to use the Zilog Z80 processor. Sound is handled by a discrete logic sound card which is unique to each game. Dual cabinets contained two games.

Specifications

List of Games

Promotional Material


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