Difference between revisions of "VCO Object"

From Sega Retro

Line 9: Line 9:
  
 
==Technical Specifications==
 
==Technical Specifications==
* [[wikipedia:Central processing unit|CPU]]:{{ref|http://www.system16.com}}
+
* [[wikipedia:Central processing unit|CPU]]:
** ''Turbo'' & ''SubRoc-3D'': [[Zilog Z80|Z80]] @ 5 MHz (8-bit & 16-bit instructions @ 0.725 MIPS{{ref|http://www.drolez.com/retro/}})
+
** ''Turbo'' & ''SubRoc-3D'': [[Zilog Z80|Z80]] @ 5 MHz (8-bit & 16-bit instructions @ 0.725 MIPS)
** ''Buck Rogers'': 2× Z80 @ 5 MHz (8-bit & 16-bit instructions @ 1.45 MIPS{{ref|http://www.drolez.com/retro/}})
+
** ''Buck Rogers'': 2× Z80 @ 5 MHz (8-bit & 16-bit instructions @ 1.45 MIPS)
* [[wikipedia:Sound card|Sound board]]: Sega Sound Board{{ref|http://www.system16.com/files/manuals/subroc3d.pdf}}
+
* [[wikipedia:Sound card|Sound board]]: Sega Sound Board
 
** [[wikipedia:Sound chip|Sound chip]]: Custom
 
** [[wikipedia:Sound chip|Sound chip]]: Custom
** Audio output: [[wikipedia:Stereophonic sound|Stereo]]{{ref|http://www.solvalou.com/subpage/arcade_reviews/173/479/subroc-3d_review.html}}
+
** Audio output: [[wikipedia:Stereophonic sound|Stereo]]
 
* Video resolution:{{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/turbo.c}}{{ref|https://github.com/mamedev/mame/tree/master/src/mame/includes/turbo.h}}
 
* Video resolution:{{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/turbo.c}}{{ref|https://github.com/mamedev/mame/tree/master/src/mame/includes/turbo.h}}
 
** Standard resolution:
 
** Standard resolution:
Line 22: Line 22:
 
*** Horizontal: 512×224 (display), 640×264 (overscan)
 
*** Horizontal: 512×224 (display), 640×264 (overscan)
 
*** Vertical: [[wikipedia:480p|224×512]] (display), [[wikipedia:576p|264×640]] (overscan)
 
*** Vertical: [[wikipedia:480p|224×512]] (display), [[wikipedia:576p|264×640]] (overscan)
* [[wikipedia:Refresh rate|Refresh rate]]: 60 Hz ([[wikipedia:V-sync|V-sync]]){{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/turbo.c}}
+
* [[wikipedia:Refresh rate|Refresh rate]]: 60 Hz ([[wikipedia:V-sync|V-sync]])
* [[wikipedia:Frame rate|Frame rate]]: 30 frames per second (''SubRoc-3D''),{{ref|http://flyers.arcade-museum.com}} or 60 frames per second (''Turbo'', ''Buck Rogers''){{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/turbo.c}}
+
* [[wikipedia:Frame rate|Frame rate]]: 30 frames per second (''SubRoc-3D''), or 60 frames per second (''Turbo'', ''Buck Rogers'')
* [http://gaming.wikia.com/wiki/List_of_color_palettes Color palette]: 832 (''Turbo''), or 768 (''SubRoc-3D''), or 1536 (''Buck Rogers''){{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/turbo.c}}
+
* [http://gaming.wikia.com/wiki/List_of_color_palettes Color palette]: 832 (''Turbo''), or 768 (''SubRoc-3D''), or 1536 (''Buck Rogers'')
* [[wikipedia:Color depth|Colors on screen]]: 256 (''Turbo'', ''SubRoc-3D''), or 1024 (''Buck Rogers''){{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/turbo.c}}
+
* [[wikipedia:Color depth|Colors on screen]]: 256 (''Turbo'', ''SubRoc-3D''), or 1024 (''Buck Rogers'')
 
* Background planes:
 
* Background planes:
** [[wikipedia:Tile engine|Tilemap]] layer: 8×8 [[pixel]] tiles, 4 colors per tile, [[wikipedia:Scrolling|scrolling]], tile flipping{{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/turbo.c}}
+
** [[wikipedia:Tile engine|Tilemap]] layer: 8×8 [[pixel]] tiles, 4 colors per tile, [[wikipedia:Scrolling|scrolling]], tile flipping
** [[wikipedia:Bitmap|Bitmap]] layer{{ref|https://github.com/mamedev/mame/tree/master/src/mame/video/turbo.c}}
+
** [[wikipedia:Bitmap|Bitmap]] layer
* [http://graphics.wikia.com/wiki/Sprite Sprite] capabilities: [http://gaming.wikia.com/wiki/Two-and-a-half-dimensional Pseudo-3D] [http://www.giantbomb.com/sprite-scaling/3015-7122/ sprite-scaling] (analog scaling), [[wikipedia:Framebuffer|line buffer]],{{ref|https://github.com/mamedev/mame/tree/master/src/mame/video/turbo.c}} 64 sprites on screen,{{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/turbo.c}} 16 sprites per [[wikipedia:Scan line|scanline]],{{ref|https://github.com/mamedev/mame/tree/master/src/mame/video/turbo.c}} 4{{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/turbo.c}} to 8{{ref|http://www.system16.com}} colors per sprite
+
* [http://graphics.wikia.com/wiki/Sprite Sprite] capabilities: [http://gaming.wikia.com/wiki/Two-and-a-half-dimensional Pseudo-3D] [http://www.giantbomb.com/sprite-scaling/3015-7122/ sprite-scaling] (analog scaling), [[wikipedia:Framebuffer|line buffer]], 64 sprites on screen, 16 sprites per [[wikipedia:Scan line|scanline]], 4 to 8 colors per sprite
** [[wikipedia:Texel (graphics)|Sprite pixels/texels]]: 4.992 MHz (standard) to 9.984 MHz (scaling) pixel clock,{{ref|https://github.com/mamedev/mame/tree/master/src/mame/drivers/turbo.c}}{{ref|https://github.com/mamedev/mame/tree/master/src/mame/includes/turbo.h}} 83,200 (standard) to 166,400 (scaling) pixels/texels per frame, 315 (standard) to 630 (scaling) sprite pixels/texels per scanline
+
** [[wikipedia:Texel (graphics)|Sprite pixels/texels]]: 4.992 MHz (standard) to 9.984 MHz (scaling) pixel clock, 83,200 (standard) to 166,400 (scaling) pixels/texels per frame, 315 (standard) to 630 (scaling) sprite pixels/texels per scanline
* ''SubRoc-3D'' capabilities: [[wikipedia:Stereoscopic video game|Stereoscopic 3D]], [[wikipedia:Active shutter 3D system|active shutter 3D system]]{{ref|http://flyers.arcade-museum.com}}
+
* ''SubRoc-3D'' capabilities: [[wikipedia:Stereoscopic video game|Stereoscopic 3D]], [[wikipedia:Active shutter 3D system|active shutter 3D system]]
  
 
==List of VCO Object Games==
 
==List of VCO Object Games==

Revision as of 22:41, 21 February 2015

VCO Object arcade hardware was used by Sega for a brief period between 1981 and 1983. It was Sega's earliest attempt at creating hardware specifically designed for sprite scaling, something that would be widely used in the Super Scaler series of arcade hardware (Sega Hang-On, Sega OutRun, Sega X Board, Sega Y Board, Sega System 32), and a handful of Sega System boards in between.

The hardware debuted with the release of Turbo, and is often known as "Turbo Hardware" because of this. It is also known as "Sega Z80-3D" system.[1]

All VCO Object games rely on external LED displays for parts of the HUD. This means extra precautions must be taken when attempting to emulate VCO Object games.

Hardware

It was the first system specifically designed for pseudo-3D sprite-scaling graphics, using an analog scaling technique, with Voltage Controlled Oscillators (VCOs) generating clock signals controlling the data fetched from the sprite/object ROM; the slower the clock signal, the larger the sprite on screen.[2] In 1982, SubRoc-3D also introduced an active shutter 3D system, jointly developed by Sega with Matsushita (now Panasonic).[3]

Technical Specifications

  • CPU:
    • Turbo & SubRoc-3D: Z80 @ 5 MHz (8-bit & 16-bit instructions @ 0.725 MIPS)
    • Buck Rogers: 2× Z80 @ 5 MHz (8-bit & 16-bit instructions @ 1.45 MIPS)
  • Sound board: Sega Sound Board
  • Video resolution:[4][5]
    • Standard resolution:
      • Horizontal: 256×224 (display), 320×264 (overscan)
      • Vertical: 224×256 (display), 264×320 (overscan)
    • Analog scaling resolution:
      • Horizontal: 512×224 (display), 640×264 (overscan)
      • Vertical: 224×512 (display), 264×640 (overscan)
  • Refresh rate: 60 Hz (V-sync)
  • Frame rate: 30 frames per second (SubRoc-3D), or 60 frames per second (Turbo, Buck Rogers)
  • Color palette: 832 (Turbo), or 768 (SubRoc-3D), or 1536 (Buck Rogers)
  • Colors on screen: 256 (Turbo, SubRoc-3D), or 1024 (Buck Rogers)
  • Background planes:
  • Sprite capabilities: Pseudo-3D sprite-scaling (analog scaling), line buffer, 64 sprites on screen, 16 sprites per scanline, 4 to 8 colors per sprite
    • Sprite pixels/texels: 4.992 MHz (standard) to 9.984 MHz (scaling) pixel clock, 83,200 (standard) to 166,400 (scaling) pixels/texels per frame, 315 (standard) to 630 (scaling) sprite pixels/texels per scanline
  • SubRoc-3D capabilities: Stereoscopic 3D, active shutter 3D system

List of VCO Object Games

Only three games make use of VCO Object hardware:


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