HOME

TheInfoList



OR:

Amiga demos are
demo Demo, usually short for demonstration, may refer to: Music and film *Demo (music), a song typically recorded for reference rather than release * ''Demo'' (Behind Crimson Eyes), a 2004 recording by the band Behind Crimson Eyes * ''Demo'' (Deafhea ...
s created for the
Commodore Commodore may refer to: Ranks * Commodore (rank), a naval rank ** Commodore (Royal Navy), in the United Kingdom ** Commodore (United States) ** Commodore (Canada) ** Commodore (Finland) ** Commodore (Germany) or ''Kommodore'' * Air commodore ...
Amiga home computer. A "demo" is a demonstration of the multimedia capabilities of a computer (or more to the point, a demonstration of the skill of the demo's constructors). There was intense rivalry during the 1990s among the best programmers, graphic artists and computer musicians to continually outdo each other's demos. Since the Amiga's hardware was more or less fixed (unlike today's PC industry, where arbitrary combinations of hardware can be put together), there was competition to test the limits of that hardware and perform theoretically "impossible" feats by refactoring the problem at hand. In Europe the Amiga was the undisputed leader of mainstream multimedia computing in the late 1980s and early 1990s, though it was eventually overtaken by PC architecture. Some Amiga demos, such as the RSI Megademo, Kefrens Megademo VIII or Crionics & The Silents "Hardwired" are considered seminal works in the demo field. New Amiga demos are released even today, although the demo scene has firmly moved onto PC hardware. Many Amiga game developers were active in the demo scene. The demo scene spearheaded development in multimedia programming techniques for the Amiga, such that it was de rigueur for the latest visual tricks, soundtrackers and 3D algorithms from the demo scene to end up being used in computer game development.


Demo software

Most demos were written in
68000 The Motorola 68000 (sometimes shortened to Motorola 68k or m68k and usually pronounced "sixty-eight-thousand") is a 16/32-bit complex instruction set computer (CISC) microprocessor, introduced in 1979 by Motorola Semiconductor Products Secto ...
assembly language, although a few were written in C and other languages. To utilize full hardware performance, Amiga demos were optimized and written entirely for one purpose in assembly (avoiding generic and portable code). Additional performance was achieved by utilizing several co-processors in parallel with the 68000. These co-processors include,
Copper Copper is a chemical element with the symbol Cu (from la, cuprum) and atomic number 29. It is a soft, malleable, and ductile metal with very high thermal and electrical conductivity. A freshly exposed surface of pure copper has a pinkis ...
(a co-processor for synchronizing custom chipset writes to video display sync) and
Blitter A blitter is a circuit, sometimes as a coprocessor or a logic block on a microprocessor, dedicated to the rapid movement and modification of data within a computer's memory. A blitter can copy large quantities of data from one memory area to ano ...
(a chip capable of quickly moving blocks of graphical data from one position on the screen to another). To achieve the best speed most demos disabled the operating system and addressed the hardware directly. First bigger demos were released in 1987, one of them was "Tech Tech" by Sodan & Magician 42, it was released in November 1987 and is considered a classic by many. Eric Schwartz produced a series of animated demos that ran with MoviePlayer, an animation software package similar to
Toon Boom Toon Boom Animation Inc. is a Canadian software company that specializes in animation production and storyboarding software. Founded in 1994 and based in Montreal, Quebec, Toon Boom develops animation and storyboarding software for film, tele ...
. The animated demos drew heavily on the whimsy and graphic style of comic strips. Red Sector Incorporated (RSI) produced a piece of software called the RSI Demomaker, which allowed users to script their own demos, replete with scrolltext, vectorballs, plasma screens, etc. Full demos range from under 128 KB to several megabytes. There have been several thousand demos produced in many countries. Some active demo countries were
Denmark ) , song = ( en, "King Christian stood by the lofty mast") , song_type = National and royal anthem , image_map = EU-Denmark.svg , map_caption = , subdivision_type = Sovereign state , subdivision_name = Kingdom of Denmark , establish ...
,
Finland Finland ( fi, Suomi ; sv, Finland ), officially the Republic of Finland (; ), is a Nordic country in Northern Europe. It shares land borders with Sweden to the northwest, Norway to the north, and Russia to the east, with the Gulf of B ...
,
Germany Germany,, officially the Federal Republic of Germany, is a country in Central Europe. It is the second most populous country in Europe after Russia, and the most populous member state of the European Union. Germany is situated betwe ...
,
Italy Italy ( it, Italia ), officially the Italian Republic, ) or the Republic of Italy, is a country in Southern Europe. It is located in the middle of the Mediterranean Sea, and its territory largely coincides with the homonymous geographical ...
, the
Netherlands ) , anthem = ( en, "William of Nassau") , image_map = , map_caption = , subdivision_type = Sovereign state , subdivision_name = Kingdom of the Netherlands , established_title = Before independence , established_date = Spanish Netherl ...
,
Norway Norway, officially the Kingdom of Norway, is a Nordic country in Northern Europe, the mainland territory of which comprises the western and northernmost portion of the Scandinavian Peninsula. The remote Arctic island of Jan Mayen and the ...
, Sweden, UK,
Poland Poland, officially the Republic of Poland, is a country in Central Europe. It is divided into 16 administrative provinces called voivodeships, covering an area of . Poland has a population of over 38 million and is the fifth-most populou ...
and others.


Intros

Smaller demos are often known as ''intros''. They are typically limited to between 4 and 64KB in size. Intros were originally used as ''tags'' by cracking groups on computer games and other software. The purpose of the intro was to advertise cracking and distribution skill of a particular group. Later it developed into a stand-alone art form. Many demo and intro groups disassociated themselves from the cracking and copying scene, although the same people could still be involved in it.


Ripping

The Amiga thrived on
public domain The public domain (PD) consists of all the creative work to which no exclusive intellectual property rights apply. Those rights may have expired, been forfeited, expressly waived, or may be inapplicable. Because those rights have expired, ...
,
freeware Freeware is software, most often proprietary, that is distributed at no monetary cost to the end user. There is no agreed-upon set of rights, license, or EULA that defines ''freeware'' unambiguously; every publisher defines its own rules for t ...
and other not-for-profit development. The architecture provided no substantial mechanism for protecting software from inspection. In order to read the memory one simply performed a hot reset (which preserved the contents of
RAM Ram, ram, or RAM may refer to: Animals * A male sheep * Ram cichlid, a freshwater tropical fish People * Ram (given name) * Ram (surname) * Ram (director) (Ramsubramaniam), an Indian Tamil film director * RAM (musician) (born 1974), Dutch * ...
) and then booted to a dedicated floppy disk that could inspect and dump the memory's contents. It was therefore common for developers and hackers to "rip" music, graphics and code and then reuse it in their own productions. This led to intense competition in certain fields, for example, in the development of sound tracking software and ''
Tetris ''Tetris'' (russian: link=no, Тетрис) is a puzzle video game created by Soviet software engineer Alexey Pajitnov in 1984. It has been published by several companies for multiple platforms, most prominently during a dispute over the appro ...
'' clones, with each group of developers trying to outdo the current state of the art. In fact, some demos even featured their
source code In computing, source code, or simply code, is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the w ...
as part of the executable to save hackers the trouble of disassembly, though it came strewn with incendiary comments for those who would seek to improve on it.


Amiga demo groups

*
Equinox A solar equinox is a moment in time when the Sun crosses the Earth's equator, which is to say, appears directly above the equator, rather than north or south of the equator. On the day of the equinox, the Sun appears to rise "due east" and se ...
* Fairlight / Virtual Dreams *
Melon Dezign Melon Dezign was an Amiga demoscene group founded in Denmark on October 21, 1991 by Seen (Henrik Lund Mikkelsen) and Paleface (Jacob Gorm Hansen). Originally, they were a subgroup of Crystal, where they at first exclusively created intros for c ...
* Phenomena * Spaceballs * Tristar and Red Sector Incorporated


External links


Amiga Demoscene Archive

Amigascne FTP site

Kestra BitWorld Amiga Demoscene Database v2
''Database of over 31000 demos for the Amiga''.
Scene.org

Classicamiga.com - Amiga Demoscene directory

Amigademos.org
An archive of Amiga demos {{AmigaOS Demoscene Amiga software Assembly language software