Difference between revisions of "Galaxian-based hardware"

From Sega Retro

m (Text replacement - "| imgwidth= |" to "|")
 
(35 intermediate revisions by 5 users not shown)
Line 2: Line 2:
 
| logos=
 
| logos=
 
| consoleimage=
 
| consoleimage=
| imgwidth=
 
 
| name=
 
| name=
| maker=[[Sega]], [[Namco]]
+
| maker=[[Namco]] (variants by [[Sega]])
 
| variants=
 
| variants=
 
| add-ons=
 
| add-ons=
 
| processor=[[Zilog Z80]]
 
| processor=[[Zilog Z80]]
| releases={{releases
+
| releases={{releasesArcade
| arcade_date_world=1980
+
| system_date_world_1=1979
 +
| system_type_world_1=Namco
 +
| system_date_world_2=1980
 +
| system_type_world_2=Sega
 
}}
 
}}
 
}}
 
}}
'''Sega Galaxian-based hardware''' refers to custom [[List of Sega arcade systems|Sega Z80-based arcade hardware]]{{ref|1=[http://www.system16.com/hardware.php?id=688 Sega Z80 Based Hardware (System 16)]}} that was based on a modified version of the [[wikia:w:c:gaming:Namco Galaxian|Namco Galaxian]] arcade hardware, which debuted with ''[[Galaxian]]'' in 1979.{{ref|[https://github.com/mamedev/mame/blob/master/src/mame/drivers/galaxian.cpp Namco Galaxian (MAME)]}} This hardware was used for several [[Sega]] licensed [[arcade]] games in the early 1980s.
+
'''Galaxian-based hardware''' was used for several [[Sega]] licensed [[arcade]] games in the early 1980s, based on [[Namco]]'s ''[[Galaxian]]'' arcade hardware, which debuted in 1979.{{ref|[https://github.com/mamedev/mame/blob/master/src/mame/drivers/galaxian.cpp Namco Galaxian (MAME)]}}
  
==Technical Specifications==
+
Sega's hardware variants were based on the arcade hardware used by the companies it licensed from, such as [[Konami]], [[Nihon Bussan]], and [[Alpha Denshi]], which all used Galaxian-based hardware at the time. Several modifications were made to the hardware, with ''[[Super Cobra]]'' (and its predecessor ''[[wikipedia:Scramble|Scramble]]'') adding side-scrolling capabilities, and ''[[Jump Bug]]'' adding multi-directional scrolling and parallax scrolling capabilities.
The technical specifications for this hardware includes:{{ref|[https://github.com/mamedev/mame/blob/master/src/mame/drivers/galaxian.cpp Namco Galaxian (MAME)]}}{{ref|1=[http://www.system16.com/hardware.php?id=513 Namco Galaxian Hardware (System 16)]}}{{ref|[https://github.com/mamedev/mame/blob/master/src/mame/video/galaxian.cpp Namco Galaxian video hardware (MAME)]}}
+
 
 +
==Technical specifications==
 +
The technical specifications for this hardware include:{{ref|[https://github.com/mamedev/mame/blob/master/src/mame/drivers/galaxian.cpp Namco Galaxian (MAME)]}}{{ref|[https://github.com/mamedev/mame/blob/master/src/mame/video/galaxian.cpp Namco Galaxian video hardware (MAME)]}}{{ref|1=[http://www.system16.com/hardware.php?id=688 Sega Z80 Based Hardware (System 16)]}}{{ref|1=[http://www.system16.com/hardware.php?id=513 Namco Galaxian Hardware (System 16)]}}
  
 
{{multicol|
 
{{multicol|
 
* Main [[wikipedia:Central processing unit|CPU]]: [[Zilog Z80]] @ 3.072 MHz (8-bit & 16-bit instructions @ 0.45 [[wikipedia:Instructions per second|MIPS]])
 
* Main [[wikipedia:Central processing unit|CPU]]: [[Zilog Z80]] @ 3.072 MHz (8-bit & 16-bit instructions @ 0.45 [[wikipedia:Instructions per second|MIPS]])
* Sound hardware: Namco Galaxian sound hardware (one [[wikipedia:Programmable sound generator|programmable]] 4/8-bit [[wikipedia:Waveform|waveform]] channel, three 4-bit [[wikipedia:Square wave|square wave]] channels, two 17-bit [[wikipedia:White noise|noise]] channels, one [[wikipedia:Modulation|modulated]] noise [[wikipedia:Pulse wave|pulse]] channel)
+
* Sound chipset: Namco Galaxian sound hardware (one [[wikipedia:Programmable sound generator|programmable]] 4/8-bit [[wikipedia:Waveform|waveform]] channel, three 4-bit [[wikipedia:Square wave|square wave]] channels, two 17-bit [[wikipedia:White noise|noise]] channels, one [[wikipedia:Modulation|modulated]] noise [[wikipedia:Pulse wave|pulse]] channel)
 
* [[wikipedia:Graphics processing unit|GPU chipset]]: Namco Galaxian video hardware
 
* [[wikipedia:Graphics processing unit|GPU chipset]]: Namco Galaxian video hardware
 
* Display [[resolution]]: 256×224 (horizontal), 224×256 (vertical)
 
* Display [[resolution]]: 256×224 (horizontal), 224×256 (vertical)
Line 25: Line 29:
 
* [[wikipedia:Refresh rate|Refresh rate]]: 60.60606 Hz ([[wikipedia:V-sync (video)|V-sync]])
 
* [[wikipedia:Refresh rate|Refresh rate]]: 60.60606 Hz ([[wikipedia:V-sync (video)|V-sync]])
 
* [[wikipedia:Color model|Color model]]: [[wikipedia:RGB color model|RGB]]
 
* [[wikipedia:Color model|Color model]]: [[wikipedia:RGB color model|RGB]]
** Color [[palette]]: 224 ([[wikipedia:RGB color model|RGB]],{{ref|1=[http://www.arcade-museum.com/game_detail.php?game_id=7885 Galaxian (Arcade Museum)]}} [[wikipedia:Programmable read-only memory|PROM]])
+
:* Color [[palette]]: 224 ([[wikipedia:RGB color model|RGB]],{{ref|1=[http://www.arcade-museum.com/game_detail.php?game_id=7885 Galaxian (Arcade Museum)]}} [[wikipedia:Programmable read-only memory|PROM]])
** Colors on screen: 32 (palette [[RAM]])
+
:* Colors on screen: 32 (palette [[RAM]])
 
* Background planes:
 
* Background planes:
** [[wikipedia:Tile engine|Tilemap]] plane: 8×8 tile sizes, scrolling
+
:* [[wikipedia:Tile engine|Tilemap]] plane: 8×8 tile sizes, scrolling
** [[wikipedia:Bitmap|Bitmap]] plane: Star generator, scrolling
+
:* [[wikipedia:Bitmap|Bitmap]] plane: Star generator, scrolling
* [[Sprite]] capabilities: 8×8 to 16×16 sizes, 4 colors per sprite, 15 sprites per scanline, 240 [[texel]]s per scanline, sprite flipping, sprite animation{{ref|[http://www.cs.columbia.edu/~%20sedwards/classes/2011/4840/reports/Galaxian.pdf Galaxian CSEE 4840 Embedded System Design (University of Columbia)]}}
+
* [[Sprite]] plane: Line buffer, sprite flipping, sprite animation{{ref|[http://www.cs.columbia.edu/~%20sedwards/classes/2011/4840/reports/Galaxian.pdf Galaxian CSEE 4840 Embedded System Design (University of Columbia)]}}
 +
:* Sprite size: 16×16
 +
:* Colors per sprite: 4 colors (3 opaque, 1 transparent)
 +
:* Sprites per scanline: 7 sprites, 112 [[texel]]s
 
}}
 
}}
  
==List of Games==
+
===Modifications===
 +
''[[Super Cobra]]'' (and its predecessor ''[[wikipedia:Scramble|Scramble]]'') added the following upgrade to the hardware in early 1981:
 +
 
 +
* Background planes: Side-scrolling
 +
 
 +
''[[Jump Bug]]'' made the following modifications to the hardware later in 1981:
 +
 
 +
* Sound chip: AY-3-8910 @ 1.78975 MHz
 +
* Background planes: Multi-directional scrolling, parallax scrolling{{ref|1=[http://books.google.co.uk/books?id=lB4PAwAAQBAJ&pg=PA181 ''Games vs. Hardware. The History of PC video games: The 80's'']}}
 +
 
 +
==List of games==
 
Sega licensed arcade games that ran on this hardware include:{{ref|[https://github.com/mamedev/mame/blob/master/src/mame/drivers/galaxian.cpp Namco Galaxian (MAME)]}}
 
Sega licensed arcade games that ran on this hardware include:{{ref|[https://github.com/mamedev/mame/blob/master/src/mame/drivers/galaxian.cpp Namco Galaxian (MAME)]}}
  
* ''[[Moon Cresta]]'' (1980)
+
*''[[Moon Cresta]]'' (1980)
* ''[[Frogger]]'' (1981)
+
*''[[Frogger]]'' (1981)
* ''[[Jump Bug]]'' (1981)
+
*''[[Jump Bug]]'' (1981)
* ''[[Super Cobra]]'' (1981)
+
*''[[Super Cobra]]'' (1981)
* ''[[Turpin]]'' (1981)
+
*''[[Turpin]]'' (1981)
 +
*''[[Serizawa Hachidan no Tsume Shougi]]'' (1982)
  
 
==References==
 
==References==

Latest revision as of 04:42, 12 September 2023

Notavailable.svg
Galaxian-based hardware
Manufacturer: Namco (variants by Sega)
Release Date RRP Code
Arcade
World
? ?
Arcade
World
? ?




































Galaxian-based hardware was used for several Sega licensed arcade games in the early 1980s, based on Namco's Galaxian arcade hardware, which debuted in 1979.[1]

Sega's hardware variants were based on the arcade hardware used by the companies it licensed from, such as Konami, Nihon Bussan, and Alpha Denshi, which all used Galaxian-based hardware at the time. Several modifications were made to the hardware, with Super Cobra (and its predecessor Scramble) adding side-scrolling capabilities, and Jump Bug adding multi-directional scrolling and parallax scrolling capabilities.

Technical specifications

The technical specifications for this hardware include:[1][2][3][4]

  • Background planes:
  • Tilemap plane: 8×8 tile sizes, scrolling
  • Bitmap plane: Star generator, scrolling
  • Sprite plane: Line buffer, sprite flipping, sprite animation[6]
  • Sprite size: 16×16
  • Colors per sprite: 4 colors (3 opaque, 1 transparent)
  • Sprites per scanline: 7 sprites, 112 texels

Modifications

Super Cobra (and its predecessor Scramble) added the following upgrade to the hardware in early 1981:

  • Background planes: Side-scrolling

Jump Bug made the following modifications to the hardware later in 1981:

  • Sound chip: AY-3-8910 @ 1.78975 MHz
  • Background planes: Multi-directional scrolling, parallax scrolling[7]

List of games

Sega licensed arcade games that ran on this hardware include:[1]

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