Difference between revisions of "VIC Dual"

From Sega Retro

(Its officially called "Dual" in the ad.)
Line 16: Line 16:
  
 
==Technical specifications==
 
==Technical specifications==
* [[wikipedia:Central processing unit|CPU]]: [[Zilog]] [[Zilog Z80|Z80]] @ 1.934 [[wikipedia:Megahertz|MHz]] ([[8-bit era|8]]/[[wikipedia:16-bit|16-bit]] [[wikipedia:Instruction set|instructions]], 0.28 [[wikipedia:Instructions per second|MIPS]]), or [[wikipedia:Intel 8080|Intel 8080]] @ 1.934 MHz (8-bit instructions, 0.28 MIPS){{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/vicdual.cpp}}
+
* [[wikipedia:Central processing unit|CPU]]: [[Zilog]] [[Zilog Z80|Z80]] @ 1.934 [[wikipedia:Megahertz|MHz]] (8/[[wikipedia:16-bit|16-bit]] [[wikipedia:Instruction set|instructions]], 0.28 [[wikipedia:Instructions per second|MIPS]]), or [[wikipedia:Intel 8080|Intel 8080]] @ 1.934 MHz (8-bit instructions, 0.28 MIPS){{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/vicdual.cpp}}
 
* [[wikipedia:Sound card|Sound board]]: Custom (mono)
 
* [[wikipedia:Sound card|Sound board]]: Custom (mono)
 
* [[RAM]]: 8 [[Byte|KB]] (5 KB main, 1 KB [[VRAM|video]], 2 KB characters){{ref|https://github.com/mamedev/mame/blob/master/src/mame/drivers/vicdual.cpp}}
 
* [[RAM]]: 8 [[Byte|KB]] (5 KB main, 1 KB [[VRAM|video]], 2 KB characters){{ref|https://github.com/mamedev/mame/blob/master/src/mame/drivers/vicdual.cpp}}

Revision as of 03:22, 30 November 2020

VICDual logo.png
VICDual PCB.jpg
Dual
Manufacturer: Gremlin, Sega
Release Date RRP Code
Arcade
JP
¥? ?
Arcade
US
$? ?




































The Dual, also known as the VIC Dual (VIC standing for "Video Interface Chip"[n 1]) is an arcade system produced by Gremlin and Sega. The Dual uses the Z80 processor and sound is handled by a discrete logic sound card unique to each game. Dual cabinets contained two games.

Technical specifications

List of games

Promotional material

Notes

  1. [The "VIC" in the Commodore VIC-20 home computer (also supported by Sega), is also an abbreviation for "video interface chip", however this refers to the MOS Technology 6560 or 6561 microprocessor powering the unit, not the Z80 or Intel 8080 found in Dual arcade hardware. The "VIC" in the Commodore VIC-20 home computer (also supported by Sega), is also an abbreviation for "video interface chip", however this refers to the MOS Technology 6560 or 6561 microprocessor powering the unit, not the Z80 or Intel 8080 found in Dual arcade hardware.]

References


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