scene.org File Archive

File download

<root>­/­demos­/­compilations­/­hornet/hornet_underground_volume_2_august_1997_(1997)(walnut_creek).zip

File size:
645 394 775 bytes (615.50M)
File date:
2015-02-28 12:03:58
Download count:
all-time: 66

Preview

  • Hornet Underground Volume 2 August 1997 (1997)(Walnut Creek).cue 149B
  • Hornet Underground Volume 2 August 1997 (1997)(Walnut Creek).iso 631.19M
  • Hornet Underground Volume 2 August 1997 (1997)(Walnut Creek).TXT 292.69K

file_id.diz

-----------------------------------------------------------
Root Directory
path: /
-----------------------------------------------------------
 ------------------------------------------------------------- Documentation

hornet_u.002            Hornet Underground Volume 2
readme.txt              Documentation regarding this disc
pc_demos.faq            The PC Demos FAQ v2.01
docs/                   Walnut Creek CDROM Documentation

 ----------------------------------------------------------------- The Files

code/                   Code
demos/                  Demos
graphics/               Graphics
info/                   Information (Newsletters)
mags/                   Diskmags
party/                  Party Files (Invitations, Results, Reports, etc.)

 ------------------------------------------------------------------- Players

install.exe     Install/uninstall the MSDOS image viewer of your choice
-----------------------------------------------------------
Code
path: /code/
-----------------------------------------------------------
3d/docs/                 3D (Documentation)
3d/systems/              3D (Systems)
3d/trifill/flat/         3D (Flat Trifillers)
3d/trifill/gouraud/      3D (Gouraud Trifillers)
3ds/                     3D Studio Utilities
audio/convert/           Audio (Converters)
audio/detect/            Audio (Detection)
audio/docs/              Audio (Documentation)
audio/players/           Audio (Players)
audio/utils/             Audio (Utilities)
compress/                Compression
contests/tc/             Contests (The Codering)
demosrc/demos/           Demo Sources (Demos)
demosrc/intros/          Demo Sources (Intros)
demosrc/bbsintro/        Demo Sources (BBS Intros)
demosrc/musdisks/        Demo Sources (Music Disks)
editors/                 Editors and IDEs
effects/3d/              Effects (3d)
effects/blobs/           Effects (Blobs)
effects/bump/            Effects (Bump Mapping)
effects/doom/            Effects (Doom)
effects/envmap/          Effects (Environment Mapping)
effects/feedback/        Effects (Feedback)
effects/fire/            Effects (Fire)
effects/floor/           Effects (Tiled Floor)
effects/fractal/         Effects (Fractal)
effects/land/            Effects (Landscape)
effects/lens/            Effects (Lens)
effects/morph/           Effects (Morphing)
effects/pallette/        Effects (Pallette)
effects/phong/           Effects (Phong Shading)
effects/plasma/          Effects (Plasma)
effects/raster/          Effects (Raster)
effects/rotozoom/        Effects (Roto Zoomers)
effects/scaling/         Effects (Scaling)
effects/scroll/          Effects (Scrolling)
effects/shadebob/        Effects (Shade Bobs)
effects/sprites/         Effects (Sprites)
effects/stars/           Effects (Stars)
effects/texmap/          Effects (Texture Mapping)
effects/text/            Effects (Text)
effects/transpar/        Effects (Transparency)
effects/tunnel/          Effects (Tunnel)
effects/various/         Effects (Various)
effects/vector/          Effects (Vectors)
effects/vectball/        Effects (Vector Balls)
effects/voxel/           Effects (Voxel)
effects/water/           Effects (Water)
effects/wormhole/        Effects (Wormhole)
fileutil/                File Utilities
hardware/audio/          Hardware (Audio)
hardware/dma/            Hardware (DMA)
hardware/drives/         Hardware (Drives)
hardware/general/        Hardware (General)
hardware/joystick/       Hardware (Joystick)
hardware/keyboard/       Hardware (Keyboard)
hardware/memory/         Hardware (Memory)
hardware/mouse/          Hardware (Mouse)
hardware/pmode/          Hardware (Protected Mode)
hardware/cpu/            Hardware (Processors)
hardware/serial/         Hardware (Serial Port)
hardware/video/          Hardware (Video)
images/                  Images (decoding, displaying, etc.)
mags/                    Mags
pmode/                   Protected Mode
sound/                   Sound
tutors/denthor/          Tutorials (Denthor)
tutors/swag/             Tutorials (SourceWare Archive)
tutors/video/            Tutorials (Video)
utils/3d/                Utils (3D)
utils/compiler/          Utils (Compilers)
utils/graphics/          Utils (Graphics)
utils/packers/           Utils (Packers)
video/                   Video Playback Routines
-----------------------------------------------------------
3D (Documentation)
path: /code/3d/docs/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
3d_math.zip     11 **+   3d math by Lithium of VLA : Explanations of some 3d
                         | math concepts - I remember not getting the 3d
                         | rotations working correctly when I first started
                         | programming, but I'm not sure if that's my fault or
                         | the fault of the doc.  Most of the docs are some
                         | simple linear algebra.  They spell out the equations
                         | in the end for those who can't completely understand
                         | them. Text
3dbasics.zip     2 *     3d basics by Synergist : Some basic 3d documentation -
                         | I'd never want to tell someone that this doc is a
                         | good place to start.  The person writing this has no
                         | concept of structures, which severely ease the
                         | programming of complex things such as 3d systems.
                         | Text
zed3d060.zip   349 ****  Zed 3D by Zed : A comprehensive doc on many aspects of
                         | 3d math and programming - Designed for those
                         | comfortable with math.  It spells out the math
                         | concepts needed and shows their application, but by
                         | no means spoon feeds the information to you. C/C++,
                         | Text
-----------------------------------------------------------
3D (Systems)
path: /code/3d/systems/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
3dvect39.zip   373 ***+  3d vectors by John McCarthy : A complete 3d vector
                         | system - No complex shading, but has a full camera
                         | model, gif loader, object loader, etc, etc...  Takes
                         | some time to figure out. Assembler, protected-mode
prv2_3.zip    4575 **+   Power Render v2.3 by Gooroo : A rendering system for
                         | 3dfx cards. Requires watcom and WGT5.1+ to compile
                         | examples.  This is a commercial package. C/C++,
                         | protected-mode
tgarx2b1.zip    33 **    Raw GFX Lib by Ghyll of TGA : An elementary graphics
                         | system. The functions are very base and it's a good
                         | idea for anyone coding graphics engines either to
                         | understand how those functions work or to be given
                         | higher level functions to work with. C/C++,
                         | protected-mode
-----------------------------------------------------------
3D (Flat Trifillers)
path: /code/3d/trifill/flat/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
fpoly256.zip    34 **+   fx 3d kit by Dave Stampe : A Y mode filler and line
                         | routine - Well documented and good comments.  Poor
                         | asm style when it comes to stack handling.  It would
                         | be difficult to learn from this code. Assembler,
                         | real-mode
-----------------------------------------------------------
3D (Gouraud Trifillers)
path: /code/3d/trifill/gouraud/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
ggouro2.zip     65 ***   Gouraud shader source by Jedi of Sector One : Source
                         | for a gouraud filler, requires GEMA to compile -
                         | Needs GEMA.  No useful comments.  For TASM and MASM
                         | users, remember that GEMA's nmenonics are operation
                         | source, destination. Assembler, protected-mode
-----------------------------------------------------------
3D Studio Utilities
path: /code/3ds/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
3dsrdr12.zip     5 ***+  3D Studio .3DS File Reader v1.2 by Jare of Iguana
                         | C/C++
unaim3d.zip      2 **+   3D Studio Script To Convert Objects
-----------------------------------------------------------
Audio (Converters)
path: /code/audio/convert/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
amm.zip         29 *+    Audio Manager III by Kenneth Foo Chuan Khit : A loader
                         | for amm files - A proprietary format not generated
                         | by any trackers that I know of Assembler, real-mode
fffsrcs.zip     59 **+   FFF sources by ChAr : A converter for GUS Interwave
                         | Patches. Bonus points to the first person who uses
                         | this?  No code documentation. C/C++
mod15ins.zip    29 +     15313115 by Fred of TFL-TDV : A format converter for
                         | 15 instrument mods to/from 31 instrument mods -
                         | Useless!  Even the file_id.diz says it's a joke.
                         | Rather boring on the humor scale.  No code.
-----------------------------------------------------------
Audio (Detection)
path: /code/audio/detect/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
gusenv.zip       1 **    GUS Environment by Patch : Grabs the Ultrasnd
                         | environment for you - Good for those who don't know
                         | how to find an environment variable, but it doesn't
                         | tell you much.  It may give you a place to start.
                         | Assembler, real-mode
gusrev02.zip    12 *     GUS Revision by data : GUS revision detector v0.2b -
                         | Isn't this in the manual that comes with the GUS, or
                         | somewhere on the board? No code.
oplid.zip       30 *     oplid by ? of Audiotrix : Detects what type of OPL
                         | chip is on your sound card - An ad for audiotrix
                         | more than anything else.  No code.  It looks like
                         | there should be more files in the archive than there
                         | are.
-----------------------------------------------------------
Audio (Documentation)
path: /code/audio/docs/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
awe32prg.zip    36 ***+  AWE 32 "documentation" by Judge Dred : Useful
                         | documents for AWE 32 programming - Beats the shit
                         | out of Creative Lab's released information. Text
d00formt.zip     3 ***+  d00 format by Joachim Fenkes : Docs of the d00 format
                         | used by Adlib player and Edlib tracker - Docs for
                         | those who need them.  Docs are also available with
                         | the EdLib tracker, but these are a little more
                         | thorough. Text
fmoddoc.zip     81 ****  F. mod docs by Firelight : Firelight's mod format
                         | description - The perfect text file for someone who
                         | is writing a mod player especially first timers.
                         | Assumes knowledge of programming and doesn't cover
                         | details of sound card specific issues, like setting
                         | up a DMA transfer or initializing the sound card.
                         | Assembler, C/C++, Text, real-mode
fmoddoc2.zip   381 ****  F. mod docs part 2 by Firelight : Firelight's mod/s3m
                         | format description. Assembler, C/C++, Text, real-
                         | mode
gusdk222.zip   923 ****  GUS SDK by Gravis, FORTE : GUS SDK - Everything you've
                         | ever wanted to know about the GUS but were afraid to
                         | ask. C/C++, Text
-----------------------------------------------------------
Audio (Players)
path: /code/audio/players/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
advhsc18.zip    56 ***   HSC player by Antares : A TPU for FM playback of HS C
                         | files - Has examples on how to use the unit. Pascal,
                         | real-mode
amod095.zip    106 **    Adrenalin MOD player by Beta of A-Men : A mod player
                         | for pascal and has a TSR to play music in the
                         | background - No SB support, horrible documentation,
                         | little to no support. Pascal, real-mode
asmod09s.zip    88 **    AmoebaSoft MOD Player by Jonathan E. Wright of
                         | AmoebaSoft : A mod player for Pascal - No SB
                         | support, bad documentation, only supports MOD files.
                         | Pascal, real-mode
bwsb120a.zip   318 ***   Bells, Whistles, and Sound Boards by Lee Schlunder : A
                         | Music player library - Interfaces from Pascal.  Has
                         | support for a few formats and a decent variety of
                         | sound cards. Assembler, Pascal, real-mode
bwsb120b.zip   505 ***   Bells, Whistles, and Sound Boards by Lee Schlunder : A
                         | Music player library - Interfaces from Pascal.  Has
                         | support for a few formats and a decent variety of
                         | sound cards. Assembler, Pascal, real-mode
cpmik02.zip     18 **    Cubic Player Music Interface Kit by Kortal of Wizardry
                         | : A music player - Doesn't have the sound player
                         | code, is buggy, supports only GUS and S3M.
                         | Assembler, real-mode
demovt15.zip   222 ***   DemoVT by JCAB of Iguana : A music player - Has no
                         | source for the player and a few bugs.  But it's easy
                         | to interface from *any* language with support for SB
                         | and GUS.  Rename file heartq.002 from Iguana's demo
                         | HeartQuake to demovt.exe and use that instead.  It's
                         | version "1.6" Assembler, C/C++, Pascal, protected-
                         | mode, real-mode
dsikdemo.zip    51 ***+  DSIK by Carlos Hassan : DSIK music player library - A
                         | reasonably good music playing library. C/C++,
                         | Pascal, real-mode
goldp101.lzh    74 **    Gold Play by Sourcer of CodeBlasters : A mod player -
                         | Predates the popularity of st3 and GUS and has no
                         | support for either.  No sound playing code, but has
                         | a few simple examples.  Knowledge of Swedish
                         | helpful. Assembler, C/C++, Pascal, real-mode
gp15-pas.zip    45 **    GUS Play interface by Juggler of BTL : An interface
                         | for GUS Play for TP - Comes with Robban's GUS play
                         | and CyberStrike's Ultradox Pascal, real-mode
gsrc211.lzh     69 **    GTSR by CyberStrike of Renaissance : A TSR mod player
                         | for GUS - Good code, but lack of documentation makes
                         | it difficult to figure out what's going on.
                         | Assembler, real-mode
gusp15.lzh      19 ***+  GUS Play by Robban of Cascada : Robban's GUS Play - A
                         | favorite for intros in the past.  Complete and
                         | small.  Supports GUS and .mod files only. Assembler,
                         | real-mode
hsc_src.zip     47 *+    HSC Player by Crom : A player for HSC files - I like
                         | how the "call Playpoll" line is commented out and
                         | the line "mov bl, 0" has the following comment: "1 =
                         | polling"  No docs. Assembler, Pascal, real-mode
jmp.zip          4 *     Jorian Mod Player by Nathan Hand : Crap Mod Player -
                         | Give this man a pointer!  Doesn't parse any of the
                         | effects either.  Oh yeah, globals abound. C/C++,
                         | real-mode
mds10b1.zip   1377 ****  MIDAS by Alfred, Guru of Sahara Surfers : A music
                         | system for Watcom coders. Supports most file
                         | formats, SB, GUS, other soundcards. C/C++,
                         | protected-mode
mdss040a.zip  1367 ****  Midas v.040a by Petteri Kangaslampi, Jarno Paananen :
                         | Midas music system - A full music system (almost)
                         | with support for compiling with tasm, BP, BC, and
                         | Watcom. Assembler, C/C++, Pascal, protected-mode,
                         | real-mode
midas061.zip  1455 ****  MIDAS by Alfred, Guru of Sahara Surfers : A music
                         | system for Watcom coders. Supports most file
                         | formats, SB, GUS, other soundcards. C/C++,
                         | protected-mode
mikdx030.zip   276 ***+  MikMod 0.30 by MikMak : A mod player for use with
                         | Direct Sound. Judging by MikIT, the player is nice.
                         | I prefer MikIT to mod4win.  Give this a shot if
                         | you're doing windows sound coding. C/C++, protected-
                         | mode
modplay.lzh     40 *     Mod Play by ? of VLA : Broken mod player - Doesn't say
                         | who wrote it in the archive, but says to greet VLA
                         | if you use it.  Doesn't work right. Assembler, real-
                         | mode
modunits.zip    96 **+   MOD Units by Charles Attard : TPU units for music
                         | playback. Supports a nice variety of file formats,
                         | but doens't support the GUS natively. Pascal, real-
                         | mode
mxmp12.zip      90 ***   Tiny Play by pascal of Cubic Team : Tiny Gus Play -
                         | Has source for the player, but can interface with
                         | asm and watcom.  GUS only.  requires that music be
                         | run through a converter and the playback is similar
                         | to FT2 when it comes to s3ms (but it will play
                         | xm's!) Assembler, C/C++, real-mode
mxmp16.zip     102 ***   MXM Play by Pascal of Cubic : A small XM player. A
                         | small, tight XM player for GUS.  Great for tiny
                         | intros. Assembler, protected-mode
omega060.zip    59 **    Omega AWE32 Mod player by Cygnus x-1 : A mod player
                         | for AWE32 - Just released for the hell of it. C/C++,
                         | real-mode
pp3src.zip     241 **+   Platinum Play by TechnoMaestro : Source for a mod
                         | player - Doesn't support GUS nor XM. Assembler,
                         | real-mode
pps110.lzh      82 **    Protracker Player Source by CyberStrike of Renaissance
                         | : Source for a Protracker player - Outdated.  Odd
                         | that there's a zip inside the lzh.  "scratches head"
                         | Assembler, real-mode
-----------------------------------------------------------
Audio (Utilities)
path: /code/audio/utils/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
maplaypc.zip   207 ***   MPEG Player by MikMak : An MPEG audio player for PC -
                         | Has the source to the original MAPLAY utility and
                         | the source for the MSDOS port is available upon
                         | request. C/C++
-----------------------------------------------------------
Compression
path: /code/compress/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
lz_asm.arj       9 ****  LZ asm sources by Tom Pfau : lz
                         | compression/decompression, good for a .gif viewer,
                         | macro library Assembler, real-mode
lz_c.arj        17 ***   LZ C sources by Haruhiko Okumura : compression
                         | routines for arithmetic, huffman and string search,
                         | few comments C/C++
-----------------------------------------------------------
Contests (The Codering)
path: /code/contests/tc/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
tc1.res          9       The Codering 1 Results
tc1rules.zip     2       The Codering 1 Rules
tc2rules.zip    59       The Codering 2 Rules
tc3rules.zip     1       The Codering 3 Rules
-----------------------------------------------------------
Demo Sources (BBS Intros)
path: /code/demosrc/bbsintro/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
blacdemo.zip   422 **+   Black Ice source by Sinbad : Sources for a large BBS
                         | intro with a scrollie, fire, and a zoomer - Comments
                         | for the effects, recompiles easily.  Shows
                         | influences from Mental Surgery, mainly in the sound
                         | code.  Old effects, but recent code. Assembler,
                         | real-mode
blasintr.lzh    19 **+   Blaster Sound BBS intro source by Yann of Iguana :
                         | Sources for a BBS intro with some strobbing thing in
                         | the background and a text writer in the forground -
                         | Few comments and difficult to read. Assembler, real-
                         | mode
chiparus.zip    12 **+   Chiparus BBS Intro Assembler
cool.lzh        16 **    Genial 2 BBS intro source by Michiel Ouwehand :
                         | Sources for a BBS intro with cross fading - Copious
                         | comments, but then again there isn't much to the
                         | source or the COM file either. Assembler, real-mode
dfc-3src.zip    21 **    Hallucinogen BBS Intro III by Remdy Assembler
fcsp2src.zip    31 ***   Space Port 2 BBS intro source by PSI : Sources to a
                         | BBS intro with ADlib music, scrollie, and star field
                         | all in 1993 bytes - The Adlib player in this BBS
                         | intro has been ripped and used time and time again
                         | by many people.  Simple and easy to use.  Kudos to
                         | those who have credited the source of where they got
                         | their player. Assembler, real-mode
hobb1src.zip    11 +     Hobbit BBS Intro by Master Of Darkness of Deathstar
                         | Assembler
isad2src.zip    20 **    Immortal Syndicate BBS ad 2 sources by NutCracker :
                         | sources for a BBS intro with a horizontal starfield
                         | and dropping letters Assembler, real-mode
kuk2src.zip    155 **+   kukoo2 source by Type-One of TFL-TDV : Source for the
                         | second part of kukoo2 (A BBS ad) with multiple
                         | parallax-esque scrollers - Refuses to recompile for
                         | me, though it looks as if it should.  I didn't try
                         | MASM though. Assembler, real-mode
lba42src.zip     9 **+   42 Source by Maniac of LBA : BBS ad with a scroller
                         | and a lighting-esque effect.  Both an asm and Pascal
                         | version compile, though the pascal version looks
                         | like nothing more than a rewrite of the asm code in
                         | Pascal's inline syntax.  Few comments. Assembler,
                         | Pascal, real-mode
micsrc41.arj   181 ***   Micaco BBS ad source by Chc : Source for a BBS ad with
                         | an environment mapped object - It's all asm source,
                         | but you need Watcom to compile it.  Comes with an
                         | extra ASC file format converter.  All comments are
                         | in Spanish though there's a (shorter) Enlish readme
                         | file.  Knowing Spanish is very useful for these
                         | sources as the comments are good. Assembler,
                         | protected-mode
pgloader.zip    79 **+   Power Grid loader source by Friar Tuck of Ice : Source
                         | for a BBS loader with a text writer, music, and a
                         | lens - Has the adlib player from fcsp2src.zip.  No
                         | comments.  The lens is nice as the equations used
                         | make it look like a crystal ball. Assembler, real-
                         | mode
sqd1_src.zip    21 ***+  Squid source by tlc, The Doctor : Source for a BBS
                         | loader with copper bars, a scrollie, altered text
                         | characters, and an adlib player - Copious comments
                         | and tight source.  They even do checks for the
                         | proper equipment, i.e. VGA and a 386.  Comes with
                         | docs on programming the adlib and SB fm chips.
                         | Comments are in Portuguese. Assembler, real-mode
the_shed.zip    11 ***   The Shed BBS loader source by naich : Source for a BBS
                         | loader with smoothe text scrolling (horizontal),
                         | dual layer starfield, and nifty fade out - Good
                         | comments, rather large source as it could use a
                         | random number generator as opposed to a table and
                         | some other (obvious?) size optimization concerns.
                         | Assembler, real-mode
uwloader.zip    24 ***   Underworld source by Air Richter : Source for a BBS
                         | loader with star field, fire, some graphincs and a
                         | text writer - Good comments. Assembler, real-mode
vga-vul1.zip    11 ****  Boardz source by Vulture : Source for a BBS loader
                         | with a star field and scrollie - I never thought I'd
                         | give this high a rating for source to a BBS loader,
                         | but I figure there's got to be some way for people
                         | to know what to look for.  The source is beautiful
                         | and there are more comments than there are lines of
                         | source!  *Perfect* for the beginner, though not a
                         | tutorial. Assembler, real-mode
wm-h_src.zip    74 *+    ACiDweed loader by Wonder Monkey of ACiD : Source for
                         | a halloween BBS loader - So-So source.  Scarey
                         | warnings about ripping.  But I'm sure I'll want this
                         | guy's routine for masking off bits.  I suppose he
                         | thinks SHR AL, 3: SHL AL, 3 is faster than AND AL,
                         | 11111000b. Assembler, real-mode
-----------------------------------------------------------
Demo Sources (Demos)
path: /code/demosrc/demos/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
as.lzh           6 ***   Amnesia Vector source by Tran of Renaissance : The
                         | sources for the temple vector part of Amnesia -
                         | Sparce comments.  Tight code, but probably only
                         | understandable by those who have written atleast a
                         | simple vector system and familiar with pmode.
                         | Certainly good code, but I question its usefulness
                         | to those who read it. Assembler, protected-mode
asciisrc.zip    64 ****  Source for Text-Mode Demo Assembler, C/C++
bkisssrc.zip   501 ***   Bytes & Kisses source by Jeff Lawson of JL Enterprise
                         | : Sources for a demo with a scrollie, plasma,
                         | shadebobs, tunnel, bitmap rotation and stretching,
                         | and cool credits - Nice comments, but not
                         | precompiled.  add /misc.!!! to your path and be sure
                         | to have pklite somewhere in your path.  Go through
                         | each directory and use Borland's make on all the
                         | targets of each make file.  Then make bytekiss.exe
                         | from /.  Nice demo for its time, but frightfully
                         | boring except on Valentine's day.  :) Assembler,
                         | real-mode
byte-src.zip   547 **+   Byte B4 Christmas source by Jeff Lawson of JL
                         | Enterprise : Sources for a demo with snowflakes,
                         | fire, and some text writers - Nice comments, but not
                         | precompiled.  add /misc.!!! to your path and be sure
                         | to have pklite somewhere in your path.  Go through
                         | each directory and use Borland's make on all the
                         | targets of each make file.  Then make bytekiss.exe
                         | from /.  Nice demo for its time, but frightfully
                         | boring except on Christmas Eve  :) Assembler, real-
                         | mode
cfsource.zip   143 **    Copper Faked source by The Faker of Aardvark : Sources
                         | for Copper Faked - Barren on comments and not
                         | precompiled. Assembler, Pascal, real-mode
contrsrc.zip  1079 ***+  Contrast source by Type-One, Gopi, Bismark, Karma, Sam
                         | of TFL-TDV : Sources for Contrast - Comments
                         | variable on the coder, but on the whole, they are
                         | good.  This is a good example of how to get a multi-
                         | coder demo made.  The .exe will not run under
                         | Win'95. Assembler, C/C++, real-mode
fakedemo.zip   327 ****  Fake demo source by Pelusa : Sources for a demo with a
                         | sinus waver, wormhole, rotating landscape, fire,
                         | scrollie, shadebobs, lens, mandelbrot set zoomer -
                         | Comments for proceedures, many parts, lots to look
                         | over.  Clean code too.  (old cheesy necros music.
                         | :) Assembler, real-mode
ftsrc101.zip   817 +     Fairytale (source) by Frankenstein of OTOOS Assembler,
                         | Basic
hellsrc.lzh     60 ***   Hell source by Tran : Source for Tran's demo Hell -
                         | Like most of Tran's released source, it makes a good
                         | example, but is difficult for people to read unless
                         | you've already done something similarly complex.
                         | Assembler, protected-mode
hq_water.zip   361       Heartquake Sources by Iguana
incosrc.zip    236 ***   Inconexia sources by JCAB, JARE of Iguana : A
                         | collection of sources from Inconexia - A collection
                         | of effects.  Get gallery.zip for the museum part
                         | which the .txt file says won't be released.  :)
                         | Assembler, Pascal, real-mode
itp_src.zip    689 ***+  Into The Pentagram Pascal
onesrc.zip     125 **    One Night Stand source by Quantum Porcupine : Source
                         | for a demo with mostly tunnel effects - Inline asm,
                         | no comments. Assembler, Pascal, real-mode
phro.zip       287 ***   Phro source by Phred of OTM : Source for a demo with
                         | texture mapping, space cut, motion blur, a tunnel,
                         | and texture warping - All pascal with inline
                         | assembler.  Good source, but no comments. Pascal,
                         | real-mode
pumpsrc.arj     48 ***+  Pump by Iguana Assembler, C/C++, Pascal
r2sr.a01      1049       From Real 2 SuperReal Sources by Jason Nunn [2/2]
r2sr.arj      1422       From Real 2 SuperReal Sources by Jason Nunn [1/2]
ringnes.arj    506 +     Ringnes Motion by TJ of Crusaders Pascal
sck-1src.zip  1513 **    The "ONE" Trackmo by Shock of Shock Assembler, C/C++
src_bull.zip   879 +     Bullet by Earwax of Realm Assembler
src_less.zip    10 **+   VGAless source by Quantum Porcupine : Source for a
                         | 8086/CGA demo - Nifty that the demo runs on an 8086.
                         | The source won't recompile.  One file without
                         | comments. Assembler, Pascal, real-mode
timesrc.zip    348 ****  Timeless source by Tran : Source for Tran's timeless
                         | demos - Curiously better than Tran's other source
                         | releases.  If you intend to figure out how it works,
                         | I suggest you start at line 127 of v.asm.  Few
                         | comments, but excellent source. Assembler,
                         | protected-mode
-----------------------------------------------------------
Demo Sources (Intros)
path: /code/demosrc/intros/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
1k_sourc.zip    10 **+   1k source by Frenzy of SparC : source to a 1k intro
                         | (911 bytes).  Easy to follow code, but it's ideal
                         | you understand it all in the first place.  Odd use
                         | of fpu (uses lots of fi[blah] instructions...  why
                         | not take advantage of extra precision?) Assembler,
                         | real-mode
birthsrc.lzh    24 **+   Birthday source by Sliq : Sources for an intro with
                         | simple 3d - Comments for the proceedures, easy to
                         | read source.  Shows influences from Mental Surgery,
                         | mainly in the interupt handling.  Old sources
                         | (1993), but otherwise good. Assembler, real-mode
bits93.lzh      32 **+   bits'93 source by David Hedley : Sources for an intro
                         | with a bouncing lens and a sinus scroller - Few
                         | comments.  Shows influences from Mental Surgery,
                         | mainly in the interrupt routines.  Old sources
                         | (1993), good timing of effects. Assembler, real-mode
chaos4k1.zip    14 **    Chaos 4k intro source by Codex : Sources for a 4k
                         | intro with static, sinus scrollie, vector cube, and
                         | some other stuff - No comments or description.
                         | Rather non-standard C at that, but I wonder how else
                         | a 4k intro would be made in C.  Good for the
                         | curious. C/C++, real-mode
free_src.zip   135 ***   The Freedom CD Intro (source) by Kneebiter of
                         | Threesome Assembler, C/C++
fuzzy.zip       29 **+   Fuzzy by INSane of WHo KNoWs? : A simple intro. A one
                         | effect intro with the 'dune' effect.  I'm not sure
                         | what people call it. Assembler, Pascal, real-mode
less_src.zip    27 **+   4k or Less source by Dr. Doom of Paranoids : Source
                         | for a 4k intro with bitmap morphing and a simple
                         | landscape effect - 4k intros generally have more to
                         | them. Assembler, C/C++, real-mode
maximum.zip     19 **+   Maximum by Bear of Sinope : Source for an effect full
                         | 4k intro. I can't tell what language most of the
                         | comments are in.  The 100% register gouraud shaded
                         | texture innerloop is particularly clever. Assembler,
                         | real-mode
plp_smth.zip    19 ***   Smooth Motion 4KB Intro by Kimmy of Pulp Productions
                         | Assembler
pndrsrc.zip     12 +     Ponder by Winghead of Apex Assembler, C/C++
sea_code.zip    32 ***   Seasick source by Draeden of VLA : Source for an intro
                         | with a reflecting scrollie and text writer - Old
                         | source, but well constructed.  Great for those who
                         | just know asm, but don't know how to put something
                         | complete together using just asm. Assembler, real-
                         | mode
snowtro.zip     63 *     Snow Effects by Natas of Lithium : Ugly, I have seen
                         | much better snow effects. This looks more like a
                         | buggy diagonal starfield. Assembler
tdm-code.zip    59 ***   Tedium by Oxygen Assembler
textvec.zip     22       Textro 3D Vectors by OTM Assembler, Pascal
tpp1src.zip     31 +     TPP's Intro #1 by TPP Assembler
virtlame.zip   172 *+    Virtual Lame source by Paradise : Source for an intro
                         | with a text writer/fader and "supposedly" vector
                         | balls and skulls - Title speaks for itself.
                         | Assembler, Pascal, real-mode
wcimit.lzh      12 *     Source for a world charts imitation by VLA : You don't
                         | wanna know - Buggy source that does next to nothing.
                         | Don't bother. Assembler, real-mode
-----------------------------------------------------------
Demo Sources (Music Disks)
path: /code/demosrc/musdisks/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
rpinjsrf.zip   188 **    Injection music disk source by Orthodox of Red Power :
                         | Source for a music disk with a midas interface. -
                         | The version of midas used with this music disk is
                         | included.  Rather simple code for anyone wanting to
                         | use a good music play from within Pascal. Assembler,
                         | Pascal, protected-mode
-----------------------------------------------------------
Editors and IDEs
path: /code/editors/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
asmedit8.zip   686 ***   ASM Edit v1.8 by Olaf Krusche : DOS IDE for Assembly
                         | Coders Assembler
-----------------------------------------------------------
Effects (3d)
path: /code/effects/3d/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
3dtext.arj      12 **+   Textmode Texture Mapping,Plasma, and 3D by Joker of
                         | Crusaders Pascal, real-mode
fh-3dt18.zip    24 *+    3D Tutorial v1.8 by fh of GODS : Useless.  Very poor
                         | way of making a 3d system.  100% hard coded objects,
                         | non-portable slow code. Pascal, Text
yanns3d.zip     82 **    Yann's 3d by Yann of Iguana : Source for some random
                         | effect - Same effect coded in real mode and with
                         | Tran's pmode extender.  I can't think of a use for
                         | the source. Assembler, protected-mode, real-mode
-----------------------------------------------------------
Effects (Blobs)
path: /code/effects/blobs/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
blobs.zip        6 *     Dancing Blobs Effect by TH : Just a random effect,
                         | poor code. Assembler, real-mode
-----------------------------------------------------------
Effects (Bump Mapping)
path: /code/effects/bump/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
bump.doc         3 *     Real-Time Phong Bump Mapping Tutorial by Frenzy :
                         | Incorrect ideas, it's not done this way. Text
bumpsrc.zip     62 ***+  2d bump mapping by HELiX : Simple example and
                         | explanation of how to do 2d bump mapping.  Looks
                         | like it was written by a beginner (because of the
                         | code optimization, or lack there of), but is fairly
                         | nicely commented, which is a big plus! Pascal, real-
                         | mode
-----------------------------------------------------------
Effects (Doom)
path: /code/effects/doom/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
gallery.zip    579 ***+  Gallery Source by ARM of Iguana : Source to Iguana's
                         | gallery scene from Inconexia (a doom clone) - Nice
                         | code, but low accuracy on the maths.  Cool pictures,
                         | but I saw them the first time, when they were in the
                         | Prado. :)  I always thought that there should have
                         | been an Easter Egg for May 3rd.  Run subdirs.exe to
                         | get the full source. Assembler, Pascal, real-mode
-----------------------------------------------------------
Effects (Environment Mapping)
path: /code/effects/envmap/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
envmap.doc       4 **    Real-Time Environment Mapping Tutorial by Frenzy :
                         | Somewhat incorrect document.  Parts are right,
                         | others wrong. Text
-----------------------------------------------------------
Effects (Feedback)
path: /code/effects/feedback/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
dunesrc.zip      7 ***+  Feedback Effect : Example from DUNE!.COM - fairly nice
                         | (and the only example source I've seen for such a
                         | (recently) overused effect). Pascal
-----------------------------------------------------------
Effects (Fire)
path: /code/effects/fire/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
blaze.zip       10 **    blaze source by Gopher : Source and macros for fire
                         | routines.  For a86 compilation, should be easy to
                         | tweak for TASM, but this is nothing special we
                         | haven't seen before. Assembler, real-mode
burn.zip        19 ***+  burn by Frank Paxti : A fireroutine - Not your normal
                         | fire routine.  Looks more real. Pascal, real-mode
fire_win.zip    10 ***   Fire by JARE of Iguana : A fire routine under windows
                         | - Crawls on my p133.  :(  Don't bother looking at
                         | this unless you've programmed for windows before.
                         | You're likely to have a heart attack.  :)  Requires
                         | WinG to run. C/C++
firecode.lzh    53 **    Fire code by Kirk A. Baum : A simple fire routine -
                         | Contains the same fire as that of fire-win.zip but
                         | coded in assembler for DOS. Assembler, Pascal, real-
                         | mode
firetiny.zip     1 **+   57 Byte Fire Routine by Rex Deathstar of Waterlogic
                         | Assembler
firewall.zip     8 **    Yet Another Fire Algorithm by Tanjent : Poor looking
                         | fire, so so code. Assembler, C/C++, real-mode
flame160.zip     2 **    small flame by Gaffer of PRoMETHEUS : Source for a
                         | small fire routine.  Doesn't actually work on my
                         | computer.  To answer a question proposed by the
                         | author about size optimization, inc al is bigger
                         | than inc ax because intel doesn't have an inc /r8
                         | instruction.  inc ax is of the form inc /r16 which
                         | compiles to db 40+rw, where rw = 0 for ax, 1 for cx,
                         | 2 for dx, 3 for bx, ... inc al is of the form inc
                         | r/m8 and compiles to db FE /1 where /1 = c0 for al,
                         | c4 for ah, c1 for bl..., 05 for a memory
                         | reference....  See an intel document for more
                         | details. Assembler, real-mode
flame184.zip     2 ***   184 Byte Fire Routine by Gaffer of Prometheus : tight
                         | code Assembler, real-mode
flames2.lzh      2 **    flames by Errand : A simple fire routine - out dated
                         | Assembler, real-mode
linefire.zip    26 **+   Linefire by Kable : Mystify your fire.  I half
                         | expected to hear the FM sounds from Amnesia to kick
                         | in.  It's only one line with a *much* longer (and
                         | blured) tail, but still.  Uses a Bresenham's line
                         | routine. C/C++, real-mode
-----------------------------------------------------------
Effects (Tiled Floor)
path: /code/effects/floor/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
matrix.zip      93 **+   Matrix Demo by Simon Hern : An example of an infinite
                         | tiled floor effect like the one used for the floors
                         | in doom. Assembler, C/C++
-----------------------------------------------------------
Effects (Fractal)
path: /code/effects/fractal/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
4ge-frac.zip    10 **+   4ge-fractal by CuteELF of 4ge : A fractal zoomer - Has
                         | an explanation of how the effect is done, but
                         | doesn't say much about the generation of the
                         | fractal. Good overall program design and comments.
                         | Assembler, real-mode
-----------------------------------------------------------
Effects (Landscape)
path: /code/effects/land/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
3dscape.lzh     21 **+   3d Scape by David Hedley : A dot landscape similar to
                         | that at the end of unreal - few comments, and poorly
                         | optimized. C/C++, real-mode
cyb3dkit.arj    31 **    Cyber Space 3d by Phantom of Nostalgia : A landscape
                         | routine with many aspects - No source and a very
                         | quick explaination of the ideas and algorithms
                         | behind the effect. Text
ign_land.zip    22 **    Iguana Landscape by JCAB, Jare of Iguana : The voxel
                         | landscape from Heartquake - No explaination of the
                         | effect, non-recompileable.  The code is largely
                         | dependant on code libraries that the coders have
                         | developed and is thus somewhat difficult to follow.
                         | C/C++, protected-mode
ll_frac.lzh     32 **    ll_frac by Lord Logics : A Fractal landscape generator
                         | - Creates a fractal landscape to a .asc file.  Looks
                         | mostly useless to me with so-so source, but no
                         | comments. C/C++, real-mode
ll_land2.lzh   145 **    ll_land by Lord Logics : A landscape routine similar
                         | to that at the end of unreal - the xmode routines
                         | bug out, but atleast there's an explanation of the
                         | effect. Assembler, C/C++, real-mode
marsinfo.zip     2 ***   Mars Info by Tim Clarke : Details on the algorithm for
                         | the mars intro - Look for mars10.zip for the exe
                         | associated with this description. Text
otmvoxel.zip   183 **    OTM Voxel by Voltaire of OTM : Tries to explain what
                         | voxels really are - Most people will ignore the
                         | difference anyway.  :(  And this example leaves much
                         | to be desired. C/C++, Text, protected-mode
rotscape.zip   126 ***   rotating landscape by TTT : A landscape routine
                         | similar to that at the end of unreal - Comments only
                         | on function names and has a larger executable than
                         | need be for this effect.  (Lots of tables, i.e. the
                         | landscape itself) Assembler, real-mode
voxel.zip        9 **    voxel by Jeff Bilger : A voxel example - Doesn't
                         | recompile easily, no useful comments nor a
                         | description. C/C++, real-mode
voxelg.lzh       9 **    voxel by Jeff Bilger : A voxel example - Doesn't
                         | recompile easily, no useful comments nor a
                         | description. C/C++, real-mode
-----------------------------------------------------------
Effects (Lens)
path: /code/effects/lens/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
lens.lzh        10 ***+  lens by Joey : A doc on how to create a lens - Nice
                         | graphic file diagram for the text.  It all makes
                         | sense to me.  Some pseudo pascal code is there too.
                         | Text
lenssrc.zip     39 **    lens source by Jeff Lawson : Some source for the lens
                         | effect - includes /code/effect/lens/lens.lzh as it's
                         | description of how it works. Assembler, Basic, real-
                         | mode
lensv10a.arj    39 **    lens by Nagy Daniel : Source for a lens effect - (I
                         | suspect this is a rip of lenssrc.zip/lens.lzh...)
                         | The TGA loading routines are exactly the same aside
                         | from variable names. Assembler, real-mode
-----------------------------------------------------------
Effects (Morphing)
path: /code/effects/morph/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
wgttut5.zip    218 ****  WGT Graphics Tut #5 by Gooroo : Morphing - Gooroo
                         | describes the ideas and code behind morphing in alot
                         | of detail. C/C++, protected-mode
-----------------------------------------------------------
Effects (Pallette)
path: /code/effects/pallette/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
fadecode.zip    31 ***   Palette Routines by Esak : Smooth palette fading
                         | routines, palette rotation, etc. Assembler, C/C++,
                         | Text
palrot.zip       2 *+    Palette Rotation by Draeden of VLA : Just an asm file
                         | containing a palette rotation routine. Assembler
-----------------------------------------------------------
Effects (Phong Shading)
path: /code/effects/phong/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
mphong.zip     107 ***   Transparent Motion Blur Phong by Rex Deathstar of
                         | Waterlogic C/C++, real-mode
otmphong.doc    23 ***   OTM Phong by Voltaire of OTM : Good tutorial
                         | explaining how to approximate phong shading using a
                         | model based on linear interpolation of angles. Text
pasphong.zip     4 **    Phong Shading : Hard to read code, should have the
                         | compiled exe with it in the pack. Slow! Pascal,
                         | real-mode
-----------------------------------------------------------
Effects (Plasma)
path: /code/effects/plasma/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
c_plasma.zip    53 **    Plasma by Jan Moller, Erik Hansen : Simple plasma
                         | example - Just some plasma.  You might want to take
                         | the comments out on the WaitRast(): call and
                         | recompile, especially if you have a Pentium. C/C++,
                         | real-mode
jclplasm.zip    86 ***   JCL Plasma by Jeremy Longley : A nice plasma example -
                         | Pregenerates the plasma maps.  Looks good.
                         | Assembler, real-mode
niceplas.zip     9 *+    Plasma Source by The Darkman : Yet another boring
                         | plasma.  Not even full screen and has an error
                         | Pascal, real-mode
plasexp.zip      3 **    plassm by James Johnson : Simple plasma example -
                         | Based on code by Jare/Iguana.  Nice comments on the
                         | setting of mode-X. Assembler, real-mode
plasma3.zip     16 *     plasma3 by btf : You've got me - A bad processor check
                         | spoils this.  Difficult to recompile and I'll assume
                         | it needs MASM to assemble. Assembler, real-mode
plaswarp.zip    58 ***   Transparent Plasma/Image Warp by Death Star of
                         | Waterlogic C/C++, real-mode
tplas11.zip    136 **+   Tom's Plasma by Tom Dibble : Decent plasma example -
                         | Has some "fractal clouds" code too.  Needs a random
                         | number generator of it's own so that there isn't the
                         | huge data file of mostly random numbers that goes
                         | along with it. Assembler, real-mode
-----------------------------------------------------------
Effects (Raster)
path: /code/effects/raster/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
rastdemo.arj   183 **    Raster Routines by Krazy One of Chaos : 3 different
                         | raster effects, made for a never finished demo.
                         | Assembler
raster9.zip     31 **+   Rasters Bars by Type One of TFL-TDV : A classic raster
                         | bar effect with some vector balls moving on the
                         | foreground. Assembler
-----------------------------------------------------------
Effects (Roto Zoomers)
path: /code/effects/rotozoom/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
fullr_1.zip     17 *+    Fullscreen Rotozoomer by Scott A. Deming : The
                         | algorithm is mathematicaly correcty, but it can be
                         | done faster. C/C++, Text
pasroto.zip     28 ****  Cache Optimized Roto-Zoomer by pascal of Cubic Team :
                         | Nice, fast, tight code with a good explanation of
                         | why it is so fast. Assembler, C/C++, protected-mode
texmpsrc.zip    48 **    Slimy Rotozoomer by SliQ : A slimy version of the
                         | wellknown rotozoomer effect. C/C++
tf-texmp.zip    34 **+   Fullscreen Rotozoomer by The Faker of Aardvark
                         | Assembler, Pascal
-----------------------------------------------------------
Effects (Scaling)
path: /code/effects/scaling/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
tp_scale.zip    69 *+    Scaling by The Darkman : Doesn't run.  Simple scaling
                         | code Pascal
-----------------------------------------------------------
Effects (Scrolling)
path: /code/effects/scroll/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
motionrd.zip    30 ***   Motion Read Me by Patch of Avalanche : Source for a
                         | smooth vertical text mode scroller - That's the way
                         | to do it.  :)  (Bugs on Matrox cards, but that's the
                         | fault of the card, not the code.) Assembler, real-
                         | mode
scroll2.zip     40 *     Scroll by Jay Kramer : Source for mode X scrolling -
                         | _NOT_ the way to do hardware scrolling.  Abuses the
                         | mode-X library. C/C++, real-mode
-----------------------------------------------------------
Effects (Shade Bobs)
path: /code/effects/shadebob/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
jeffbobs.zip    71 **    JeffreyBobs by Morbid Man : Source for a whole lot of
                         | shadebobs - Crappy code. Pascal, real-mode
shadebob.zip     6 **    shadebobs by Nutcracker : Source for some shadebobs -
                         | No docs, no comments.  Looks good. (the exe, that
                         | is) Assembler, real-mode
-----------------------------------------------------------
Effects (Sprites)
path: /code/effects/sprites/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
bpc-ms6.zip    100 ***+  Sprite Editor by Solar Designer of BPC : Very good
                         | sprite editor with a windows-like user interface,
                         | multiple video modes, pcx and bmp support and all
                         | the usual editing tools.
edispr20.zip    65 *     Sprite Editor by Nosferatu of TechnoCap : This editor
                         | has no mouse support, and hardly contains any
                         | editing tools. It only supports the french language.
lspspr.zip      29 **    Linear Space Partitioning Sprites C/C++, real-mode
mktil16a.zip    60 **+   Tile Editor by ??? : For 16x16 mode 13h tiles. This
                         | editor has mouse support, and also supports rotating
                         | colors. You can combine tiles to see how they look
                         | when used together. C/C++
spriv103.zip    30 **    Sprite Editor by Discordis of Insecabilis : Very
                         | simple sprite editor with mouse support.
-----------------------------------------------------------
Effects (Stars)
path: /code/effects/stars/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
hstar_c.zip     17 *     C Horizontal Stars by Darion : Displays a very basic
                         | horizontal starfield. C/C++
ldstars.zip      9 ***   3D Starfield by Legend of Blitz :  This is just a
                         | basic starfield. What makes it special is the 3D
                         | glasses support. Pascal
mwstar.zip       5 ***   24 Byte Tiny Starfield by Matt Wilhelm : Slow as crap,
                         | but AWESOME!  But I suppose only a demented coder
                         | would appreciate it. Assembler, real-mode
objstar.zip     30       Starfield And 3D Object C/C++
otstars.zip     17 *+    3D Starfield by Vulture of Outlaw Triad : A tutorial
                         | on 3D starfield effects. Assembler
passtar.zip      8 ***+  20 Byte Parallax Starfield by pascal of Cubic Team : A
                         | one-up on that other guy.  :) Assembler, real-mode
qb-stars.zip    28 *+    SideScrolling Starfield by Incognito Basic
stars.lzh       10 ***   Stars by Draeden of VLA : A simple starfield effect -
                         | Good for the beginner. Assembler, real-mode
stars2.lzh      10 **    Stars by Mark Mackey : A slightly more complex
                         | starfield - So-so.  No timing code so it blazes.
                         | Assembler, Pascal, real-mode
stars3d.zip     14 **+   Stars by The Darkman : A nicely done starfield -
                         | Nicely done (in appearance) but shoddy code.
                         | Globals abound, poor understanding of what to make
                         | functions.  Made by a professed beginner. Pascal,
                         | real-mode
tinystar.zip     1 **+   123 Byte Tiny Star Field by Rex Deathstar of
                         | Waterlogic : The 3d version of what Matt and Pascal
                         | did.  Could conceivably be much smaller Assembler,
                         | real-mode
-----------------------------------------------------------
Effects (Texture Mapping)
path: /code/effects/texmap/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
bastxmap.txt     8 **+   4 Sided Polygon Texture Mapper by Alan Parker :
                         | Although this texture mapper is coded in GFA Basic
                         | for the Atari ST the code is comprehensible enough
                         | to be useful for PC owners. Basic
fatmap.txt      68 ***   Fast Affine Texture Mapping Tutorial by Doomsday Text
text_eng.zip   226 **+   Texture Mapper by Lee Lorenz : Hardly any comments
                         | included with the source, but the source is not very
                         | hard to understand. C/C++
textmap.zip     10 *+    Texture Map by Robert Schmidt of Ztiff Zox Softwear :
                         | Document on how to map a 2D texture onto a 3D
                         | parallellogram. Useful to understand the mathematics
                         | behind texture mapping, but too slow for a decent
                         | realtime implementation. Text
texture.zip    110 **    Texture Mapper by Fantom of Ultimate Brains : There
                         | are no comments included with the source, so you'll
                         | need to spend some time before you totaly understand
                         | what's going on. Assembler
tmaptut.zip     64 ****  Texture Mapping Tutorial by Tumblin of Bodies In
                         | Motion : Excellent tutorial on texture mapping. A
                         | must for starters! Text
-----------------------------------------------------------
Effects (Text)
path: /code/effects/text/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
plsmatxt.zip    58 +     Textmode Plasma by David Thornley : Not very
                         | impressive. C/C++
rtp-txt.zip      7 +     Textmode Plasma by Sir Hes of Biokill : Looks Ugly
                         | Pascal
tv10.zip        44 *+    TV by Perisoft : A text viewer with "docs" - Not
                         | code... I'm not sure where it should go.  Best ask
                         | Screech himself for ideas.
-----------------------------------------------------------
Effects (Transparency)
path: /code/effects/transpar/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
transpar.zip   283 **+   Transparency Tutorial by Sirmikey of Chaotic Order :
                         | w/WATCOM C source - Doesn't run.  Nice
                         | explanation/code C/C++, protected-mode
-----------------------------------------------------------
Effects (Tunnel)
path: /code/effects/tunnel/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
araidsrc.zip    27 **    Source for Tunnel Effect by PlastiikkiPaketti of
                         | Skraappa Skruuppi : used in Stars/Nooon and
                         | Paimen/Coma, Doesn't explain the algorithm, not very
                         | optimized, low resolution Assembler, Pascal, real-
                         | mode
syn.zip         31 **+   ND.exe by Friar Tuck : Example of a dot tunnel -
                         | Spaghetti code and no explanation.  Also doesn't
                         | generate the dot tunnel real time, rather it has the
                         | rungs of dots precalculated in the exe. Assembler,
                         | real-mode
tubesrc.zip     21 *     tube by James Johnson : Example of a dot tunnel -
                         | Poorly done, looks horrible, no explanation or
                         | comments, no timing synching. C/C++, real-mode
tunnel.zip      36 *+    tunnel by ? : Example of a dot tunnel - That it was
                         | done in basic is about the only plus.  Looks so-so,
                         | no comments. Assembler, Basic, real-mode
-----------------------------------------------------------
Effects (Various)
path: /code/effects/various/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
danpwsrc.zip   680 ***+  Various Demo Effect Sources by Daniel Vollmer (Fusion)
                         | : LOTS of random stuff.  Some better than others,
                         | especially the TSRs. Assembler, Pascal, real-mode
pixpack.zip   1050 **    PixPack : Demo Effects Source Code Collection - random
                         | stuffs, few good things Assembler, C/C++, protected-
                         | mode
smk3dsrc.zip   605 ***   SMK3D Effects by SMKaribou of GMF : Phong, Gouraud,
                         | Bump Mapping, etc. - Comments in French, lots well
                         | done trifillers Assembler, protected-mode
wgt51_r2.zip  1722 ****  Wordup Graphics Toolkit v5.1 by Chris Egerter
                         | Assembler, C/C++
zed3d095.zip   686 ****+ Zed3D v0.95 - 3D Graphics Reference by Zed : Phong,
                         | Gouraud, Textures, etc. Text
-----------------------------------------------------------
Effects (Vector Balls)
path: /code/effects/vectball/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
bedit110.zip    41 +     Bobs Editor by Avalanche : This editor generates some
                         | numbers that you can use as input for your own bob
                         | routines. Not very useful.
vectbal2.zip   185 **+   Vector Ball 2 by Tumblin : Some vector ball examples
                         | and utilities - Not bad, but simple.  Shows some
                         | good code design strategies. Assembler, C/C++, real-
                         | mode
vectball.zip    37 **    Vector Ball by Tumblin : A vector ball example -
                         | blah... C/C++, real-mode
-----------------------------------------------------------
Effects (Vectors)
path: /code/effects/vector/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
rn_vect.zip     24 **    Vector Tutorial by Richard Nichols Pascal, Text, real-
                         | mode
-----------------------------------------------------------
Effects (Voxel)
path: /code/effects/voxel/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
newvox.zip       3 ****+ Voxel by 6502 of Fatal Rage : Beautiful hightfield
                         | rendering.  If there's anyone with half a clue who
                         | can't understand this, I'd like to know.  The effect
                         | itself is beautiful, fast, and the code is
                         | gratuitously commented.  My only quip is having
                         | (gipped) allocation of some 180k that just eats up
                         | base memory.  Has no .exe, but compiles with watcom
                         | with no problems. C/C++, protected-mode
voxelsp2.zip   107 ***   Voxel Scape 2.0 by Rex Deathstar of Waterlogic C/C++,
                         | real-mode
voxelspc.zip   107 ***   Voxel Space Landscape by Rex Deathstar of Waterlogic
                         | C/C++, real-mode
voxeltut.zip    45 ***   Smooth Voxel Terrain Tutorial by Phred of OTM C/C++,
                         | protected-mode
-----------------------------------------------------------
Effects (Water)
path: /code/effects/water/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
hq_water.zip   361 ****  Heart Quake's water source by ARM of Iguana : The
                         | authoratative source on the water effect - Includes
                         | a description of the physics behind the effect and
                         | the simplifications done to make the routine run
                         | quickly. Assembler, Pascal, real-mode
water.zip       14 **    Water by De-Phassed : An example of water - Nothing
                         | more than a copy of Iguana's water routine done in
                         | full assembler. Assembler, real-mode
-----------------------------------------------------------
Effects (Wormhole)
path: /code/effects/wormhole/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
1luc_wrm.zip    10 **+   Wormhole by Lucifer of Lucifer : Qbasic sources for a
                         | wormhole - QBasic?!?  Nifty!  :) Basic
stargate.zip    63 ***   Texture Mapped Wormhole by Death Star of Waterlogic
                         | Assembler, C/C++
wormhole.lzh   128 **+   wormhole by John Cloninger of IND : A wormhole example
                         | - Slow generation of the wormhole itself then it
                         | loads the wormhole from a file for the actual
                         | effect.  You have to figure most of the effect out
                         | for yourself though. C/C++, real-mode
-----------------------------------------------------------
File Utilities
path: /code/fileutil/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
direxe.zip      25 **    List/Execute Executables Utility by SAM of TFL : Nice
                         | code, almost useless util.  Makes a perfect example
                         | though. C/C++
exedat.zip      75 **+   EXEDAT v1.0 by Rene Olsthoorn : Use WAD-Like Files For
                         | Your EXE Data C/C++
ilfs.zip       145 ***   Internal Library File System v2.00 by Dark Fiber : WAD
                         | File System Assembler, C/C++, protected-mode
linkit.zip      11 **    LinkIT v1.0 Beta by Michael Badichi : Link COM/EXE
                         | files into one big EXE - no sources Assembler,
                         | Basic, C/C++, Pascal
lzo020.zip     180 **+   LZO Data Compression Library v0.20 by Markus Oberhumer
                         | : over conscious about compression ratios and
                         | statistics and has many long files about its stats
                         | in the /doc directory, but no description about the
                         | API. You have to figure out how to use it yourself
                         | from the two short examples that come with it.
                         | Otherwise, it's fairly complete and you can decide
                         | which compression routines you'd like to link
                         | yourself (assuming you can figure out that much).
                         | C/C++
tcn-tp05.zip    16 **+   T-PACK v.5 Beta by Max of Tuscon : COM/EXE Compressor
                         | - Only compresses .COM files, not .EXE, no sources.
-----------------------------------------------------------
Hardware (Audio)
path: /code/hardware/audio/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
adip.zip       692 *     AWE-DIP-01-ENG by Creative Labs engineers : Examples
                         | and API for using the AWE32 - And people wonder why
                         | there's not much SB support. The information in the
                         | packet is contorted.  I could go on this for days.
                         | Comments like /* main - here's where the fun begins
                         | */ are misleading.  The fun actually began several
                         | hundred lines ago (starting at line 134).  It's
                         | late.  I'm not exactly bored, but this bit of code
                         | is frustrating.  I wonder why CL even bothered.
                         | There are no technical docs of any sort and the code
                         | that is here *REEKS* of bad style.  For extra
                         | frustration, I unzipped the file which had a self
                         | extracting .exe in it, which gave me 4 zips which
                         | when each extracted with the -d option finally gives
                         | me the SDK.  Kneebiter - at 1:30 in the morning.
                         | Need more tea... Assembler, C/C++, real-mode
-----------------------------------------------------------
Hardware (Processors)
path: /code/hardware/cpu/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
386intel.zip   204 ****  386 programmer's manual by Intel : Full docs on the
                         | 386 - Everything you've ever wanted to know about
                         | the (outdated) 386. Text
cpuid3.zip       6 ***+  CPUID for intel by Intel engineer(s) : Source to
                         | detect which intel chip is in a computer - Useful,
                         | but not much to look at.  It's there for you to use
                         | if you ever need to detect what type of processor is
                         | in a machine. Assembler, real-mode
cputest2.zip    10 **+   CPUID for intel by Doctor Sludge : Source to detect
                         | which intel chip is in a computer - Detects the
                         | processor for sure, but does it by checking for
                         | invalid opcodes.  If you need to detect CPU type, I
                         | suggest /code/hardware/processor/cpuid3.zip.
                         | Assembler, real-mode
intel.doc      111 ***+  Intel docs by ? : A complete listing of the 80x86
                         | opcodes - Great reference for those learning
                         | assembler and those needing to double check opcodes.
                         | Dubious clock listings (none for pentium.) Text
pentium.zip    161 ***   Pentium Stuff : A collection of files on Pentium
                         | optimization. Some of these files look very useful,
                         | especially for optimizing information and truly
                         | esoteric stuff for the terminally curious. Assembler
-----------------------------------------------------------
Hardware (DMA)
path: /code/hardware/dma/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
dma_vla.lzh      2 ***+  DMA tut by Draeden of VLA : Some docs for DMA
                         | programming - Sufficient for learning how to program
                         | the DMA.  I do believe this was part of the PCGPE
                         | 1.0. Text
-----------------------------------------------------------
Hardware (Drives)
path: /code/hardware/drives/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
drivesex.zip     9 **+   Drive detection for IBM & compatibles by Paul Schlyter
                         | : Source to detect drives on a system - It didn't
                         | detect my drives properly.  :( Assembler, C/C++,
                         | real-mode
-----------------------------------------------------------
Hardware (General)
path: /code/hardware/general/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
asm_good.zip   115 ***   Collection of ASM sources by ? of Blue Nose
                         | Productions : Lots of ASM sources, mostly for
                         | hardware and BIOS routines - It's somewhat difficult
                         | to find what you want, but the comments tell you
                         | what you need to know (but not what you have to do)
                         | to get everything compiled.  Looks like a great
                         | source for the cut & paste coder.  Given the nature
                         | of the routines, I'd say that was the intended
                         | purpose of this release. Assembler, real-mode
-----------------------------------------------------------
Hardware (Joystick)
path: /code/hardware/joystick/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
joysdk11.lzh    33 ****+ Joystick axis reading code by Peter Wan : Source to
                         | read joystick positions for the Gravis Game Pad -
                         | *This* is how source should be written, especially
                         | for an SDK.  If only we were all this diligent.
                         | Assembler, C/C++, real-mode
-----------------------------------------------------------
Hardware (Keyboard)
path: /code/hardware/keyboard/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
kbdhand9.zip    25 **+   Keyboard handler by Patch : Source for making a
                         | keyboard handler (int 9) and reading the keyboard
                         | from the handler - Doesn't tell you much, but is a
                         | good demonstration.  I'd suggest for those needing
                         | to write a keyboard handler is to get a hardware
                         | reference for the keyboard and see what other
                         | options are available and how the code works.
                         | Assembler, C/C++, real-mode
-----------------------------------------------------------
Hardware (Memory)
path: /code/hardware/memory/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
ems4spec.arj    66 ****  EMS specs by Dick Flanagan : A comprehensive doc on
                         | EMS - Has the Expanded Memory Specification details
                         | and some Pascal and Asm source for acessing EMS
                         | memory. Assembler, Pascal, Text, real-mode
flat.zip        11 **+   Flat Real by Herman Dullink : A flat real mode
                         | interface - For those who'd rather kludge real mode
                         | than switch to protected mode.  Conceivably useful
                         | for 4k intros which may need a quick and cheap entry
                         | into a flat memory model. Assembler, real-mode
frmi_150.exe    37 **+   Flat Real Mode Interface by Juanito : An interface for
                         | flat real mode from BC - Has some docs on xms and
                         | comments explaining how the interface works itself.
                         | I didn't test to see if it works.  Doesn't work in
                         | v86 mode, meaning most programs made with this will
                         | require a reboot. Assembler, C/C++, real-mode
fxvmm210.arj   107 ****  Virtual Memory Management by Flux : A virtual memory
                         | management interface for BC - Once again, I didn't
                         | test this.  This system is much more complete than
                         | the above and certainly much more useful.  From the
                         | code, I'd say I'd like to work with this guy.  :)
                         | Assembler, C/C++, real-mode
mass-frm.zip     8 **+   Flat Real Mode by Nix of Massive : A flat real mode
                         | interface - For those who'd rather kludge real mode
                         | than switch to protected mode.  Conceivably useful
                         | for 4k intros which may need a quick and cheap entry
                         | into a flat memory model. Assembler, real-mode
realmem.zip     10 *     Real Memory by Chatter : Supposedly gets you past the
                         | 64k barrier in real mode - I have no clue what
                         | compiler this is supposed to compile for.  It uses
                         | opcodes not allowed in BC's inline assembler, watcom
                         | doesn't use that kind of inline assembler (and
                         | doesn't need this extender anyway), and this is
                         | pointless for djgpp which only compiles 32bit pmode
                         | apps.  I have neither TC (but considering that's a
                         | sub-set of BC I can assume it won't work) nor Quick
                         | C (but that's so old, it's inline assembler's
                         | probably incomplete too). Assembler, C/C++, real-
                         | mode
rumb117i.zip    56 **    RDOSUMB by RDOS : A memory manager - This is not code,
                         | but rather a utility which can be used to replace
                         | other memory managers like EMM and QEMM.
xms2spec.arj     9 ****  XMS Specification by MS, Intel, Lotus, ? : XMS
                         | Specifications - The complete specification of the
                         | XMS standard. Text
-----------------------------------------------------------
Hardware (Mouse)
path: /code/hardware/mouse/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
fmouse12.zip     8 ***   Fmouse by Holy Drake of Guardians : A mouse routine
                         | for mode 12h. Nice source, full docs for using.
                         | Simple enough to extend to making a general mouse
                         | handler for any video mode. Assembler, real-mode
-----------------------------------------------------------
Hardware (Protected Mode)
path: /code/hardware/pmode/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
386p_101.zip   115 ***   386 power by Lorenzo Micheletto : A DOS extender for
                         | pmode asm programming - Has docs for useage and some
                         | extra miscellaneous routines that could be used for
                         | game or graphics programming in pmode.  Honestly, if
                         | you want to do 100% asm development for pmode I'd
                         | suggest DOS32 or Tran's pmode.  The author here
                         | credits Tran for some backbones to his system.
                         | Assembler, protected-mode
dos32v33.zip   331 ****+ DOS 32 by Adam Seychell : A DOS extender for pmode asm
                         | programming - One of the best choices for a DOS
                         | extender.  It's complete, well coded, and flexible.
                         | (no accompanying .txt file) Assembler, protected-
                         | mode
dpmispec.arj    33 ****  DPMI Specification by ? : The complete DPMI
                         | specification - Everything you wanted to know about
                         | DPMI but were scared to ask. Text
fm32_v2.zip      6 ***   Flat Maquina by Morbid Iadalboath of MUTANTE : A
                         | Pascal TPU for getting flat mode memory. People
                         | really should be moving away from dealing with
                         | segmented memory.  Get this if you're still using
                         | Pascal or something similar. Pascal, protected-mode
krnl130b.zip   306 ***+  Kernel 1.30b : A Pmode kernel program with some extra
                         | libraries.  Has a sound library and many other
                         | extras to make up for the fact that it's rather new
                         | and things such as midas, GUSPlay, or whatnot won't
                         | work with it.  It's picky about assembling
                         | (tasm32+wlink only).  No real documentation to help
                         | you get started. Assembler, protected-mode
pm-11-94.zip    80 ****+ PMODE by Tran : A DOS extender for pmode asm
                         | programming - One of the other best choices for a
                         | DOS extender.  It's complete, well coded, and
                         | flexible. Assembler, protected-mode
pmode307.zip    53 ****+ PMODE by Tran : A DOS extender for pmode asm
                         | programming - One of the other best choices for a
                         | DOS extender.  It's complete, well coded, and
                         | flexible. Assembler, protected-mode
pmw133.zip     139 ****+ PMODE/W by Tran, Daredevil : A DOS extender for pmode
                         | C programming - Works with the Watcom C compiler as
                         | a replacement for their protected mode system.  Has
                         | it's tradeoffs with their (Watcom's) system.
                         | Assembler, C/C++, protected-mode
protect.lzh     14 ***   Protect by Denis Marer : Some source code for getting
                         | into pmode - Good comments, but doesn't set up much
                         | of a programming environment.  Has no support for
                         | DPMI nor real mode call backs. Assembler, protected-
                         | mode
s64.zip         59 ***+  System 64 by Simm of Analogue : A DOS protected mode
                         | extender - Comes with full source and looks fairly
                         | complete including real mode call back support.
                         | Worth giving a look at if you'll find it easier to
                         | use than Tran's pmode or DOS32. Assembler,
                         | protected-mode
vcpi.doc        58 ****  VCPI specification by ? : The specifications for VCPI
                         | - It's there if you need it. Text
-----------------------------------------------------------
Hardware (Serial Port)
path: /code/hardware/serial/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
ll_comm.zip     55 **+   Asychronous communitcations code by Lord Logics :
                         | Source for "asynchronous" comm connections - A
                         | library meant for opening COM lines and other serial
                         | line connections.  It's supposedly asynchronous (but
                         | maybe in a later version for this only supports
                         | one).  Not too demo scene relevant, but it could
                         | make for great modem-modem networking in a game.
                         | Assembler, C/C++, protected-mode
-----------------------------------------------------------
Hardware (Video)
path: /code/hardware/video/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
basicdoc.zip     7 ***   Mode 13h Doc by Vulture : An explaination of mode 13h
                         | - For the *absolute* beginner. Pascal, Text
checkvsa.lzh     1 *     Check VESA by London Fog : A program to detect if a
                         | computer has VESA support - Uhm, like... thanks.
                         | It's a real help. Assembler, real-mode
fakemode.zip   123 ****  Fake mode by Yaka of Xography : A tweak mode for high
                         | color resolution on a VGA - Great explanation of how
                         | to set up such a video mode.  Pre-dates illumanati
                         | and ambience by Tran. Assembler, real-mode
rvesa.zip        4 *     S-VGA Programming by Sasquatch : VESA programming
                         | example - Not helpful. Assembler, real-mode
rvesa2.zip       9 *+    S-VGA VESA programming by Sasquatch : Source and a doc
                         | for VESA programming - Has no clue what's relevant.
                         | Tells us of VESA function calls without giving the
                         | interrupt (though it's in the source (what a big
                         | help!! (note sarcasm))).  This guy should pick up
                         | /code/life/life_src.zip.  Well, he's only a 16 year
                         | old, 6'2", 140# guy.  He's got some time ahead of
                         | him before he gets into MIT. Assembler, real-mode
s3unit3.zip     16 **+   S3 TPU unit by Dietmar Meschede : Source to set
                         | 320x240x256 and 640x480x256 modes with 1MB
                         | addressing on S3 chips - Doesn't directly say how to
                         | access that video memory or what to do with it.  Now
                         | adays one should simply use the VESA BIOS. Pascal,
                         | protected-mode
t1-svga1.zip    17 **+   Type One's SVGA Tricks Part 1 by TypeOne : Broken
                         | english.  :(  Lots of very useful video card
                         | tweaking information.  Text and assembler, but not
                         | compileable. Text
tweakdoc.arj     5 *+    Tweakdoc.txt by Vulture : A doc for setting mode X and
                         | some other tweak modes - It doesn't explain much
                         | (really anything) about how to use the mode. Text
vbe20-11.exe   540 ****  Official VESA VBE 2.0 Specification Text
vblitz13.zip   180 *     VidBlitz by Zax : A utility to give you bliting times
                         | from your video card - Useless? Text
vesasp12.zip    15 ****  VESA BIOS extension docs by Patch : The specifications
                         | of the VESA BIOS extension - (kinda) from VESA
                         | themselves. Text
vga-info.zip   136 ***   VGA Info by Andrew Scott : A VGA reference manual -
                         | Poor layout.  I found it difficult to find things.
                         | Not as if the VGA card has changed, but the
                         | information seems outdated. Text
vgafx.zip       26 *+    VGA FX by Chris Dunford : Some text effects - It's
                         | just some palette manipulations hidden
                         | (unintentionally) behind some very twisted code.
                         | Then again, it was coded in '89. Assembler, real-
                         | mode
vtime110.zip   175 *     VidTimer by Zax : A utility to give you bliting times
                         | from your video card - Same as vblitz13.zip, just a
                         | different version. Text
-----------------------------------------------------------
Images (decoding, displaying, etc.)
path: /code/images/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
bgif17.zip       6 **+   8Bit Graphics File Dumper v1.7 by Jare of Iguana :
                         | GIF/PCX/LBM/TGA Assembler, C/C++, Pascal
bin2asm.zip     62       Variable Pictures : Put variable size pictures in your
                         | VGA programs. Assembler, C/C++
bmscaler.zip    31       Scaled Bitmaps Trainer by Tumblin of Bodies In Motion
                         | C/C++
cel2spr.zip     27       CEL 2 SPR : Simple sprite conversion from AA .cel
                         | format. C/C++
cutter1.zip     66       Cutter : Graphics Cutter v1.0 is a scripting language
                         | used in cutting graphics from PCX files. Unzip with
                         | -d option (subdirectories).  Saves palette info,
                         | include files, and object files.  Object files are
                         | stored in MODE 0x13 and MODE X formats.  DEMO of
                         | bouncing balls included.  Source available in
                         | registered version. Assembler, C/C++
decpcx.lzh      34       PCX Decoder Assembler
gif2lbm.lzh     17       GIF 2 LBM by Daniel Hatadi : Very simple bitmap
                         | converter.  This converts plain 256 colour GIFs to
                         | the LBM format used with Themie Gouthas' XLIB. It
                         | also saves the palette separately in a .PAL file.
                         | C/C++
hsi2arr.zip     61       HSI 2 ARR : Converts RAW format picture files to C
                         | readable arrays.  Full source included, and two
                         | example programs. C/C++
micropcx.zip     1       Micropcx : Source code in assembler and .com
                         | executable of the shortest pcx viewer in the whole
                         | world (made in Poland!). Assembler
pcx2csrc.zip    21       PCX to Cpp converstion utility by Tumblin of Bodies In
                         | Motion : For use with XLIB. C/C++
pcxpal10.zip     5 *+    PCXPAL v1.0 : Extracts Palette Data From PCX Files
                         | Pascal
pcxutils.lzh    69       PCX Utils by Patch of Avalanche : Raw saver. Tweaked
                         | saver. File viewer. Font converter. Easy linking to
                         | ASM programs. Assembler, C/C++
-----------------------------------------------------------
Mags
path: /code/mags/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
mag01.zip       17 **+   The Mag by Spellcaster : A serial coding magazine. For
                         | the ultra-beginner.  Info on understanding
                         | hexidecimal numbers and a primer for Pascal. Pascal
mag02.zip       12 **+   The Mag by Spellcaster : A serial coding magazine.
                         | Continuing info on Pascal, gets into basic
                         | assembler, BIOS, interrupts, and mode 13h.
                         | Assembler, Pascal, real-mode
mag03.zip       97 **+   The Mag by Spellcaster : A serial coding magazine.
                         | Continuing into assembler and the VGA palette.
                         | Includes a 'demo' of palette effects called Color
                         | Blind. Assembler, Pascal, real-mode
mag04.zip       13 **+   The Mag by Spellcaster : A serial coding magazine.
                         | Continuing into Pascal, looping constructs, line and
                         | circle routines. Assembler, Pascal, real-mode
mag05.zip       20 **+   The Mag by Spellcaster : A serial coding magazine.
                         | Continuing into Pascal, arrays, memory.  Contains a
                         | fairly complete list of assembler opcodes (courtesy
                         | Intel). Assembler, Pascal, real-mode
mag06.zip       13 **+   The Mag by Spellcaster : A serial coding magazine.
                         | Continuing into Pascal, records, file handling, PCX
                         | loading, text mode scrolling. Assembler, Pascal,
                         | real-mode
mag07.zip       33 **+   The Mag by Spellcaster : A serial coding magazine.
                         | Continuing into Pascal, units, boolean algebra,
                         | pointers, lens effect. Assembler, Pascal, real-mode
mag08.zip       40 **+   The Mag by Spellcaster : A serial coding magazine.
                         | Random stuff, game design, more on pointers, some
                         | elementary data structuring. Assembler, Pascal,
                         | real-mode
mag09.zip       75 **+   The Mag by Spellcaster : A serial coding magazine.
                         | Continuing into assembler, more on that game.
                         | Assembler, Pascal, real-mode
mag10.zip      111 **+   The Mag by Spellcaster : A serial coding magazine.
                         | Sorting, matrix algebra, geometric transformations,
                         | elementary 3d, other stuff. Assembler, Pascal, real-
                         | mode
mag11.zip       93 **+   The Mag by Spellcaster : A serial coding magazine.
                         | Sorting, matrix algebra, geometric transformations,
                         | more complex 3d, still adding to that game.  (This
                         | magazine has come a long way since issue one and is
                         | entirely progressive.) Assembler, Pascal, real-mode
xmaspack.zip   267 *     XMas pack by Capella of Escape : A whole bunch of
                         | misc. codes.  Mostly crap. Assembler
-----------------------------------------------------------
Protected Mode
path: /code/pmode/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
dos32b35.zip   462 ****  DOS32 v3.5 Beta by Adam Seychell : 32bit DOS Extender
                         | Assembler, C/C++
pmode10b.zip    35 *+    PMODE/DJ Binary Distribution : DJGPP Port Of PMODE
                         | Assembler, C/C++
pmode10s.zip    55 *+    PMODE/DJ Source Code : DJGPP Port of PMODE Assembler,
                         | C/C++
pmw124.zip     133       PMODE/W v1.24 DOS Extender for Watcom C/C++ by
                         | Daredevil, Tran of Renaissance
-----------------------------------------------------------
Sound
path: /code/sound/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
amod096.zip    117 +     Adrenalin Module Player v0.96 by Beta of A-Men Pascal
detect.zip       6 +     6 Module Detection Routines C source by H. Zappe C/C++
e_mxm13.zip    166 +     E.O.S. Version Of MXM GUS XM Player v1.3 by Niklas
                         | Beisert Assembler
fh-mfdl2.zip    85 **    Music Format Description Library v2.0 by fh of GODS
                         | Text
gusin302.zip    13 +     GUS Programming Info v3.02 Text
lplay120.zip    92 **    LousyPlayer v1.20 by Cascada : GUS XM Player In 32bit
                         | ASM Assembler, C/C++
m32abd.zip     558 ***   MIDAS Sound System v0.5 by Alfred, Guru of S2 C/C++
mds05rc1.zip  1030 ***   MIDAS Sound System v0.5 Release Candidate 1 by Alfred,
                         | Guru of S2 C/C++
modform.zip      6 +     ProTracker MODule Format by VLA of VLA Text
mpw100.zip     154 +     MOD/S3M/XM Player For Win95 : w/Delphi32 Source
musfmt10.zip   168 +     Music File Format Library v1.0 by Jamal Hannah Text
mxmp14.zip      96 ***   Cubic Tiny XM Player v1.4 by pascal of Cubic Team
                         | Assembler, C/C++
nms21src.zip    97 +     Noice Music System v2.1 C/C++
psm-form.zip     6 +     PSM Module Specification by Joshua Jensen Text
s3mform.zip      3 +     S3M File Format Text
sck-sp23.zip    55 +     GUS S3M Player v2.3 by TSC of Shock Assembler, C/C++
sealr100.zip   624 *     SEAL Audio Library v1.0 by Carlos Hasan : Multichannel
                         | Digital Audio System C/C++
smaster.zip     19 +     Sound Master v1.0 by Ziggy : SoundBlaster Library
                         | Pascal
ultform.zip      2 +     ULT Module File Format Text
xmspobj.zip     25 +     XMS-Object FM File Player by Madoken Assembler
-----------------------------------------------------------
Tutorials (Denthor)
path: /code/tutors/denthor/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
tut01new.zip    15 ***   Tutorial 1 in C by Snowman of Hornet : Asphyxia VGA
                         | demo trainer:Tut 1 in C:The basics - Includes
                         | Denthor's original tutorial release within and has
                         | the compiled exe. C/C++, real-mode
tut02new.zip    36 ***   Tutorial 2 in C by Snowman of Hornet : Asphyxia VGA
                         | demo trainer:Tut 2 in C:Palette handling - Includes
                         | Denthor's original tutorial release within and has
                         | the compiled exe. C/C++, real-mode
tut03new.zip    36 ***   Tutorial 3 in C by Snowman of Hornet : Asphyxia VGA
                         | demo trainer:Tut 3 in C:Circles - Includes Denthor's
                         | original tutorial release within and has the
                         | compiled exe. C/C++, real-mode
tut04new.zip    19 ***   Tutorial 4 in C by Snowman of Hornet : Asphyxia VGA
                         | demo trainer:Tut 4 in C:Virtual screens - Includes
                         | Denthor's original tutorial release within and has
                         | the compiled exe. C/C++, real-mode
tut05new.zip    26 ***   Tutorial 5 in C by Snowman of Hornet : Asphyxia VGA
                         | demo trainer:Tut 5 in C:scrollers - Includes
                         | Denthor's original tutorial release within and has
                         | the compiled exe. C/C++, real-mode
tut06new.zip    33 ***   Tutorial 6 in C by Snowman of Hornet : Asphyxia VGA
                         | demo trainer:Tut 6 in C:Look up tables - Includes
                         | Denthor's original tutorial release within and has
                         | the compiled exe. C/C++, real-mode
tut07new.zip    37 **+   Tutorial 7 in C by Snowman of Hornet : Asphyxia VGA
                         | demo trainer:Tut 7 in C:Animation - Includes
                         | Denthor's original tutorial release within and has
                         | the compiled exe. C/C++, real-mode
tut08new.zip    41 **    Tutorial 8 in C by Snowman of Hornet : Asphyxia VGA
                         | demo trainer:Tut 8 in C:3d basics - Includes
                         | Denthor's original tutorial release within and has
                         | the compiled exe.  Remember, these are only basics.
                         | (Snowman added a little of his own to this... I
                         | loved vector balls spelling things. :) C/C++, real-
                         | mode
tut09new.zip    42 ***   Tutorial 9 in C by Snowman of Hornet : Asphyxia VGA
                         | demo trainer:Tut 9 in C:polygons - Includes
                         | Denthor's original tutorial release within and has
                         | the compiled exe. C/C++, real-mode
tut1-9.zip      94 ***+  Asphyxia VGA demo trainer series by Denthor of
                         | Asphyxia : Asphyxia VGA demo trainer series -
                         | Everything to help the beginner get started in
                         | graphics coding. Assembler, Pascal, real-mode
tut10.zip       10 ***+  Tutorial #10 by Denthor of Asphyxia : Asphyxia VGA
                         | demo trainer:X-mode - Explains how to use mode-x and
                         | how it can be helpful.  Doesn't dwell on setting the
                         | mode. Assembler, Pascal, real-mode
tut10new.zip    44 ***+  Tutorial 10 in C by Snowman of Hornet : Asphyxia VGA
                         | demo trainer:Tut 10 in C:Chain-4 and scrolling -
                         | Includes Denthor's original tutorial release within
                         | and has the compiled exe.  (This is lysdexic.
                         | Bonus.  :) C/C++, real-mode
tut11.zip       14 ***+  Tutorial #11 by Denthor of Asphyxia : Asphyxia VGA
                         | demo trainer:Cross fading - Only works on pictures
                         | with limited colors. Assembler, Pascal, real-mode
tut12.zip       12 ***+  Tutorial #12 by Denthor of Asphyxia : Asphyxia VGA
                         | demo trainer:Scrolling in X-mode - Only covers
                         | vertical screen scrolling. Assembler, Pascal, real-
                         | mode
tut13.zip        9 **+   Tutorial #13 by Denthor of Asphyxia : Asphyxia VGA
                         | demo trainer:3d starfields - We've seen these time
                         | and time again.  Check out /code/effects/stars for
                         | more examples. Assembler, Pascal, real-mode
tut14.zip       11 ***+  Tutorial #14 by Denthor of Asphyxia : Asphyxia VGA
                         | demo trainer:Glenz - More complex polygon fillers.
                         | Assembler, Pascal, real-mode
tut15.zip        7 ***   Tutorial #15 by Denthor of Asphyxia : Asphyxia VGA
                         | demo trainer:Plasmas - So-so.  Check out
                         | /code/effects/plasma/jclplasm.zip for more.
                         | Assembler, Pascal, real-mode
tut16.zip       11 ***+  Tutorial #16 by Denthor of Asphyxia : Asphyxia VGA
                         | demo trainer:Scaling - One of those things you'll
                         | need time and time and time and time again in demo
                         | coding. Assembler, Pascal, real-mode
tut17.zip       17 ***+  Tutorial #17 by Denthor of Asphyxia : Asphyxia VGA
                         | demo trainer:Pixel Morphing & Static - Pixel
                         | Morphing is similar to the one of the first few
                         | things in Crystal Dream II, or imagine the IFS
                         | fractal morphing of Verses or Hex Appeal. Assembler,
                         | Pascal, real-mode
tut18.zip       57 ***+  Tutorial #18 by Denthor of Asphyxia : Asphyxia VGA
                         | demo trainer:Packing and pcx loading - check out
                         | /code/utils/packers for some further examples.
                         | Assembler, Pascal, real-mode
tut19.zip       11 ***+  Tutorial #19 by Denthor of Asphyxia : Asphyxia VGA
                         | demo trainer:full assembler - for a quick and
                         | painless (?) switch from pascal/asm to full
                         | assembler.  Has a simple fire effect as an example.
                         | Assembler, real-mode
tut20.zip       18 ***+  Tutorial #20 by Denthor of Asphyxia : Asphyxia VGA
                         | demo trainer:face sorting and back face removal -
                         | The tutorials are finally getting into more complex
                         | 3d. Assembler, Pascal, real-mode
tut21.zip       26 ***   Asphyxia VGA Demo Trainer #21 by Denthor of Asphyxia :
                         | Free Direction Texture Mapping Pascal
tutorc.zip      58 **+   Tutorial in C by Steve Pinault : Asphyxia VGA demo
                         | trainer:C versions of the PAS source - Needs MSVC to
                         | compile, which most people simply don't have.
                         | Assembler, C/C++, real-mode
-----------------------------------------------------------
Tutorials (SourceWare Archive)
path: /code/tutors/swag/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
swag.zip       233 ***+  SWAG by SourceWare Archival Group [1/6] : Programing
                         | sources and information for PASCAL programmers - A
                         | veritable must for PASCAL programmers, especially
                         | those still on the lower end of the learning curve.
                         | Pascal, real-mode
swag9505.zip  1062 ***+  SWAG by SourceWare Archival Group [1/6] : Updated
                         | swag.zip file Pascal, real-mode
swaga-c.zip    473 ***+  SWAG by SourceWare Archival Group [2/6] : Programing
                         | sources and information for PASCAL programmers
                         | Pascal, real-mode
swagd-f.zip   1362 ***+  SWAG by SourceWare Archival Group [3/6] : Programing
                         | sources and information for PASCAL programmers
                         | Pascal, real-mode
swagg-m.zip   1346 ***+  SWAG by SourceWare Archival Group [4/6] : Programing
                         | sources and information for PASCAL programmers
                         | Pascal, real-mode
swagn-r.zip    426 ***+  SWAG by SourceWare Archival Group [5/6] : Programing
                         | sources and information for PASCAL programmers
                         | Pascal, real-mode
swags-z.zip   1013 ***+  SWAG by SourceWare Archival Group [6/6] : Programing
                         | sources and information for PASCAL programmers
                         | Pascal, real-mode
-----------------------------------------------------------
Tutorials (Video)
path: /code/tutors/video/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
t1-nbuf.zip     15 ***   N-Buffering Doc by Type One of TFL-TDV : A doc for
                         | video buffering. Explains the draw backs of using
                         | only one video buffer and how to use 2 or more
                         | buffers effectively. Text
vga-vul2.zip    19 **+   VGA-Vulture by Vulture : Palette fading example - A
                         | simple program demonstrating how to fade a palette
                         | in and out. Assembler, real-mode
vga-vul3.zip    13 **    VGA-vulture by Vulture : 3d rotation example - Does 3
                         | sets of 2-d rotation. Assembler, Pascal, real-mode
vga-vul4.zip     8 **    VGA-vulture by Vulture : 3d rotation example - Does 3
                         | sets of 2-d rotation.  See
                         | /code/tutorials/video/vga-vul2.zip Assembler, real-
                         | mode
-----------------------------------------------------------
Utils (3D)
path: /code/utils/3d/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
ved11.zip       82 **    Vector Editor by Tumblin of Bodies In Motion : A
                         | Vector editor - A vector editor which I find clumsy
                         | to use.  Then again, I find all vector editors
                         | rather clumsy to use.
-----------------------------------------------------------
Utils (Compilers)
path: /code/utils/compiler/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
bpc-trtl.zip    13 **+   tinyRTL by Solar Designer : A pas TPU with source for
                         | creating small exes - A TPU that replaces the system
                         | TPU in Turbo Pascal so that small .exes can be made.
                         | The example .exes are deceiving as there is no built
                         | in support for writing text and other such things.
                         | Knowledge of assembler will be necessary for most
                         | programs you'd write with this. Pascal, real-mode
c--c0203.zip   302 ***   C-- by Peter Cellik : C-- compiler,It's either a
                         | stripped down version of C or ASM on steriods.  It
                         | was good and cool some time ago, but there are
                         | surely better development platforms available.
                         | Assembler, C/C++, real-mode
c--ex103.zip   208 ***   C-- examples by Peter Cellik : C-- example sources - A
                         | must get for c--0203.zip Assembler, C/C++, real-mode
dkd32.zip       12 **+   DeKompress DOS32 by Dark Fibre : Decompresses files
                         | made with and compressed via DOS32 - This utility
                         | could be useful for rippers faced with intros coded
                         | with DOS32.  It will unpack the exe and one can use
                         | further programs to extract mod files or graphics.
gema16.zip     115 ****  GEMA by ? of Sector One : An assembler for those used
                         | to 68k assemblers - Avids believe that this
                         | assembler is more precise and makes more sense.
                         | I'll give them the former any day.  It certainly
                         | does have many advantages over TASM and MASM with
                         | the exception of wide support.  :(
gema26aa.zip   145 ****  GEMA by ? of Sector One : An assembler for those used
                         | to 68k assemblers - Avids believe that this
                         | assembler is more precise and makes more sense.
                         | I'll give them the former any day.  It certainly
                         | does have many advantages over TASM and MASM with
                         | the exception of wide support. :(
mikdll.arj      20 ***+  MikDLL library by MikMak : A dynamic library loader
                         | for BC/DOS - This is a rather complex piece of code
                         | not designed for the beginner.  It shows you how you
                         | could create a dynamic library so that you can load
                         | code at runtime.  Suggested use is for a mod player
                         | to load the specific sound card's drivers run time.
                         | C/C++, real-mode
mm13.zip        30 +     The MAKEFILE Maker v1.3 (Watcom) by Kwanny C/C++
nasm094.zip    313 ****+ Netwide Assembler by Simon Tatham, Julian Hall : A
                         | freeware assembler with good support. People have
                         | been switching from TASM to this assembler,
                         | especially linux and 68K coders.  It is still being
                         | supported by the makers so it understands newer op
                         | codes, like mmx instructions, so you don't need to
                         | get intel's 'macros' for new opcodes. Assembler,
                         | protected-mode, real-mode
-----------------------------------------------------------
Utils (Graphics)
path: /code/utils/graphics/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
fer_rv.zip     385 **+   Raster View by TBD of FeR : A viewer for tga, pcx,
                         | lbm, and bmp files. Includes a 320x600x8 tweak mode
                         | that can be added to Allegro, which is probably the
                         | best thing in it. C/C++, protected-mode
palgen.zip      10 *     Palette Generator by BlackBob : A utility to generate
                         | palettes. Clumsy text mode interface, using dp2e to
                         | generate a palette would be much easier.
pcxshade.zip   172 **    PCX shade by Quark of Prone : A utility to generate a
                         | shade table from pcx files. Doesn't say exactly that
                         | the format of the output file is, which would be
                         | convenient, though it is obvious enough.
-----------------------------------------------------------
Utils (Packers)
path: /code/utils/packers/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
dfmake.zip      38 ***   DFMAKE by Alessandro Job : A program and library for
                         | accessing data from a datafile from Watcom - Useful
                         | little utility.  Very simple. C/C++, protected-mode
-----------------------------------------------------------
Video Playback Routines
path: /code/video/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
flplay.zip       6 *     FLI/FLC player : Useless.  No docs, no comments, no
                         | description.  Doesn't even state the author. Pascal
txtfli.zip      97 **    Text Mode FLI/FLC Player : Buggy mode set, only worked
                         | in a dos box from win '95.  Had information about
                         | the text mode demo compo and was rather impressive
                         | for what it did.  Otherwise, tight code for what it
                         | does, sparce, useless comments. C/C++
-----------------------------------------------------------
Demos
path: /demos/
-----------------------------------------------------------
1993/             Demos from 1993
1994/             Demos from 1994
1995/             Demos from 1995
1996/             Demos from 1996
1997/             Demos from 1997
-----------------------------------------------------------
Demos from 1993
path: /demos/1993/
-----------------------------------------------------------
a/                Demos from 1993 starting with "A"
s/                Demos from 1993 starting with "S"
-----------------------------------------------------------
Demos from 1993 starting with "A"
path: /demos/1993/a/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
akm-chan.zip   326 **    Change Disk by Arkham
akm-dem3.zip   234 **+   Demo 3 by Arkham
akm-glob.zip     5 **+   Globule Trace by Arkham
-----------------------------------------------------------
Demos from 1993 starting with "S"
path: /demos/1993/s/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
scifimag.zip    78 **+   Cybernetic Adaption by Public NMI
-----------------------------------------------------------
Demos from 1994
path: /demos/1994/
-----------------------------------------------------------
0-9/              Demos from 1994 starting with "0-9"
a/                Demos from 1994 starting with "A"
b/                Demos from 1994 starting with "B"
d/                Demos from 1994 starting with "D"
i/                Demos from 1994 starting with "I"
j/                Demos from 1994 starting with "J"
k/                Demos from 1994 starting with "K"
l/                Demos from 1994 starting with "L"
m/                Demos from 1994 starting with "M"
o/                Demos from 1994 starting with "O"
p/                Demos from 1994 starting with "P"
r/                Demos from 1994 starting with "R"
s/                Demos from 1994 starting with "S"
w/                Demos from 1994 starting with "W"
-----------------------------------------------------------
Demos from 1994 starting with "0-9"
path: /demos/1994/0-9/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
2cents.zip     584 [n/a] 2 Cents by Mental Design - ASM94:demo:10:
-----------------------------------------------------------
Demos from 1994 starting with "A"
path: /demos/1994/a/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
akm-carr.zip    25 **    Carrie by Arkham
akm-hema.zip     8 **+   BBS Hematie by Arkham
akm-mama.zip     9 **    BBS Don't Trust Your Mama by Arkham
-----------------------------------------------------------
Demos from 1994 starting with "B"
path: /demos/1994/b/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
bliq.zip      1389 **+   Black Liquids by Native Force - TP94:demo:XX:
-----------------------------------------------------------
Demos from 1994 starting with "D"
path: /demos/1994/d/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
dawn.zip       726 ***+  Dawn by TEI - ASM94:demo:20:
-----------------------------------------------------------
Demos from 1994 starting with "I"
path: /demos/1994/i/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
instinct.zip   661 *+    Basic Instinct by B-Ware - ASM94:demo:XX:
intropic.zip    58 **    In Tropic by Mikki - ASM94:in64:XX:
-----------------------------------------------------------
Demos from 1994 starting with "J"
path: /demos/1994/j/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
jff-int2.zip    17 *+    2nd Little Intro by JFF
jff-intr.zip    17 *+    First Intro by JFF
jff-jckt.zip    81 **    Jocketro by JFF
-----------------------------------------------------------
Demos from 1994 starting with "K"
path: /demos/1994/k/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
kone.zip        85 +     Akesdisk by Kone - ASM94:demo:XX:
-----------------------------------------------------------
Demos from 1994 starting with "L"
path: /demos/1994/l/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
lammas.zip      41 *     Demo by Lammas - ASM94:demo:XX:
-----------------------------------------------------------
Demos from 1994 starting with "M"
path: /demos/1994/m/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
manifest.zip   615 **+   Manifestation by 3rd Foundation - ASM94:demo:XX:
meltdown.zip   661 **    Meltdown by SPA - ASM94:demo:17:
-----------------------------------------------------------
Demos from 1994 starting with "O"
path: /demos/1994/o/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
otherd.zip     208 **+   Other Dimension by Midnight Moon - ASM94:demo:XX:
-----------------------------------------------------------
Demos from 1994 starting with "P"
path: /demos/1994/p/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
penguin.zip   1378 *+    The Penguin Experiment by Zweilight Tone -
                         | ASM94:demo:XX:
-----------------------------------------------------------
Demos from 1994 starting with "R"
path: /demos/1994/r/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
remote.zip     314 **+   Remote Control by Neurotica - ASM94:demo:XX:
revenge_.zip    56 *+    Bamses Revenge by Satsuma - ASM94:in64:XX:
-----------------------------------------------------------
Demos from 1994 starting with "S"
path: /demos/1994/s/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
starlite.zip   481 ***   Starlite by Nordic Vision - ASM94:demo:XX:
-----------------------------------------------------------
Demos from 1994 starting with "W"
path: /demos/1994/w/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
waytofin.zip  1782 ***   Way To Finland by Real Time - ASM94:demo:XX:
wl.zip        1574 **    Wasteland by SCC - ASM94:demo:XX:
-----------------------------------------------------------
Demos from 1995
path: /demos/1995/
-----------------------------------------------------------
a/                Demos from 1995 starting with "A"
b/                Demos from 1995 starting with "B"
d/                Demos from 1995 starting with "D"
e/                Demos from 1995 starting with "E"
g/                Demos from 1995 starting with "G"
i/                Demos from 1995 starting with "I"
j/                Demos from 1995 starting with "J"
l/                Demos from 1995 starting with "L"
m/                Demos from 1995 starting with "M"
n/                Demos from 1995 starting with "N"
o/                Demos from 1995 starting with "O"
p/                Demos from 1995 starting with "P"
r/                Demos from 1995 starting with "R"
s/                Demos from 1995 starting with "S"
t/                Demos from 1995 starting with "T"
u/                Demos from 1995 starting with "U"
v/                Demos from 1995 starting with "V"
w/                Demos from 1995 starting with "W"
z/                Demos from 1995 starting with "Z"
-----------------------------------------------------------
Demos from 1995 starting with "A"
path: /demos/1995/a/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
akm-dem5.zip  1285 ***   CPC Is Back v2 by Arkham - TP94:demo:XX:
alku.zip       180 *     Alku by Vehje - ASM95:demo:XX:
-----------------------------------------------------------
Demos from 1995 starting with "B"
path: /demos/1995/b/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
bdawn.zip      603 **    Black Dawn by Asathor - ASM95:demo:XX:
-----------------------------------------------------------
Demos from 1995 starting with "D"
path: /demos/1995/d/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
democ.zip       57 **    Democrators by Epigon - ASM95:in64:XX: : ,,GUS/SB/PAS,
distance.zip  1389 [n/a] Distance by Radon - ASM95:demo:XX:
-----------------------------------------------------------
Demos from 1995 starting with "E"
path: /demos/1995/e/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
elegance.zip  1399 ***   Elegance by Simplicity - ASM95:demo:15:
-----------------------------------------------------------
Demos from 1995 starting with "G"
path: /demos/1995/g/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
go.zip          54 **    Go by Mewlers - ASM95:in64:XX: : ,,GUS/SB/PAS,
greetro_.zip   330 **+   Greetro by Fatal Justice - MOV95:demo:EE:
-----------------------------------------------------------
Demos from 1995 starting with "I"
path: /demos/1995/i/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
inflex.zip    1955 *+    Inflexion by Flexion - ASM95:demo:DD:
ivice.zip      631 **+   Improvice by TLOTB - EUS95:demo:02:
-----------------------------------------------------------
Demos from 1995 starting with "J"
path: /demos/1995/j/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
jeriko.zip     141 *+    Jeriko by Oklahoma - ASM95:demo:XX:
jff-bbs3.zip     7 **+   BBS Direct Connection by JFF
jff-bed.zip    939 *+    Bedtime For Claudia by Just For Fun
jff-call.zip    12 **    BBS Call It by JFF
jff-chic.zip    63 **    Chicago by JFF
jff-pomm.zip    56 **    Pomme by JFF
jparty95.zip   121 **    Jungle Party '95 by Mingo
-----------------------------------------------------------
Demos from 1995 starting with "L"
path: /demos/1995/l/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
lastdimc.zip    60 **    The Last Dimension by Dynamic Force - ASM95:in64:DD: :
                         | ,,GUS/SB,
lennon.zip    1681 **+   John Lennon Ain't Dead by COMA - ASM95:demo:XX:
-----------------------------------------------------------
Demos from 1995 starting with "M"
path: /demos/1995/m/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
mansikka.zip   122 **    Mansikka by Fit - ASM95:in64:XX: : ,,GUS/SB,
mfx_tgr.zip     52 ****  Transgression by MFX - AGR95:i128:02:
motion.zip      55 **    Motion by Zealots - ASM95:in64:XX: : ,,Adlib,
-----------------------------------------------------------
Demos from 1995 starting with "N"
path: /demos/1995/n/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
net.zip          8 **    NET by Jisi, Le Fongus Jaune - ASM95:in64:XX:
noclass.zip     49 **+   No Class by Woodpeckers From Mars - ASM95:in64:14: :
                         | ,,GUS/SB,
-----------------------------------------------------------
Demos from 1995 starting with "O"
path: /demos/1995/o/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
opera.zip      941 **+   Opera by Jolly Workers - ASM95:demo:XX:
-----------------------------------------------------------
Demos from 1995 starting with "P"
path: /demos/1995/p/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
phlox.zip     1215 **+   Phlox by Amorphous - ASM95:demo:XX:
posintro.arj    59 *+    Posadas Intro by Iguana
-----------------------------------------------------------
Demos from 1995 starting with "R"
path: /demos/1995/r/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
realimp.zip     61 ***   Reality Impact by Halo - ASM95:in64:08: : ,,GUS/SB,
-----------------------------------------------------------
Demos from 1995 starting with "S"
path: /demos/1995/s/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
seasons.zip     78 **    Seasons by Deck Blasters - ASM95:in64:DD:
second.zip      44 *+    Second by Onyx - ASM95:in64:XX:
suga.zip        61 **    Suga by Fit - ASM95:in64:XX: : ,,GUS/SB,
syndrome.zip   455 **    Syndrome-X by Arfos - ASM95:demo:XX:
-----------------------------------------------------------
Demos from 1995 starting with "T"
path: /demos/1995/t/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
tam.zip         30 **+   Tam by Anarchy - ASM95:in64:13: : ,,GUS/SB,
triangle.zip   838 **    Triangle by Trillian - ASM95:demo:XX:
tunlbana.zip    36 +     Tunnelbana by Tunnelbana - ASM95:in64:DD:
-----------------------------------------------------------
Demos from 1995 starting with "U"
path: /demos/1995/u/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
ugly.zip        48 *+    Ugly by Disease - ASM95:in64:XX:
-----------------------------------------------------------
Demos from 1995 starting with "V"
path: /demos/1995/v/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
vlc_dong.zip    44 *+    Dong by Velocity - ASM95:in64:DD:
-----------------------------------------------------------
Demos from 1995 starting with "W"
path: /demos/1995/w/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
w95spcod.zip    27 [n/a] Wired '95 Surprise Coding Entries - WIR95:::
wbn_gene.zip    52 **    New Generation by Wild Boys
-----------------------------------------------------------
Demos from 1995 starting with "Z"
path: /demos/1995/z/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
zation.zip     697 **+   Syllabization by Tarzan Tuotanto - ASM95:demo:12:
-----------------------------------------------------------
Demos from 1996
path: /demos/1996/
-----------------------------------------------------------
0-9/              Demos from 1996 starting with "0-9"
a/                Demos from 1996 starting with "A"
b/                Demos from 1996 starting with "B"
c/                Demos from 1996 starting with "C"
d/                Demos from 1996 starting with "D"
e/                Demos from 1996 starting with "E"
f/                Demos from 1996 starting with "F"
g/                Demos from 1996 starting with "G"
h/                Demos from 1996 starting with "H"
i/                Demos from 1996 starting with "I"
j/                Demos from 1996 starting with "J"
k/                Demos from 1996 starting with "K"
l/                Demos from 1996 starting with "L"
m/                Demos from 1996 starting with "M"
n/                Demos from 1996 starting with "N"
o/                Demos from 1996 starting with "O"
p/                Demos from 1996 starting with "P"
q/                Demos from 1996 starting with "Q"
r/                Demos from 1996 starting with "R"
s/                Demos from 1996 starting with "S"
t/                Demos from 1996 starting with "T"
u/                Demos from 1996 starting with "U"
v/                Demos from 1996 starting with "V"
w/                Demos from 1996 starting with "W"
x/                Demos from 1996 starting with "X"
y/                Demos from 1996 starting with "Y"
z/                Demos from 1996 starting with "Z"
-----------------------------------------------------------
Demos from 1996 starting with "0-9"
path: /demos/1996/0-9/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
14ndreal.zip  1455 [n/a] Sqrt(2) Reality by Future Screw - ABD96:demo:15:
1k_intro.zip     1 ***+  1000 Byte Intro by Frenzy : 386DX
1stepfix.zip     7 **    The First Step by Brave Lamers - CAC96B:in4k:??:
1stoff.zip     152 **    First Offense by Saw Tooth Distortion -
                         | NAID96:i128:??:
1sttime.zip    508 **+   1st Time by Plutonic - TP96:demo:06:
255latex.zip  1589 ****+ Latex by Blank - SYM96:demo:01: :
                         | 486DX,VESA,GUS/SB/PAS,
3dstuff2.zip   774 **+   3D Stuff by Ecstasy
5c_tw.zip      628 ***   Textmode Windows by Five Coders - TMDC96:demo:06:
64.zip          76 **+   64 by Inopia, Anomaly, Cygnus - BIZ96:in64:02:
6years.zip     722 **    6 Years by Astral - PS96:demo:03:
-----------------------------------------------------------
Demos from 1996 starting with "A"
path: /demos/1996/a/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
abc_farm.zip     6 ****  Farmer by Absence
abc_geys.zip   458 +     Geys by Absence
abc_glzd.zip     6 *     Glizda by Absence
abc_gmon.zip    57 **    Gammon by Absence
abc_look.zip     2 **+   BBS Look by Absence
abc_scrs.zip     6 ***   Scars by Absence
abc_vect.zip    59 **+   Vectors by Absence
abc_voda.zip   808 ***   Voodka by Absence
ad_lame.zip     79 **    True Lameness by Alpha Design - TMDC96:demo:08:
adrift.zip      64 ***+  Adrift by Wild Light - TP96:in64:11: : 486DX,GUS/SB
afterdt1.zip  1341 ***   After Death by Real-Time [1/2] - WIR96:demo:04:
afterdt2.zip  1327 ***   After Death by Real-Time [2/2] - WIR96:demo:04:
ages.zip      1182 ***+  Ages by Happo - ASM96:demo:09:
agja.zip        67 **+   ??? by Trybit - BIZ96:in64:08:
ai_gss.zip      17 ***+  Generated Sintab Sux by Reptile of Astroidea -
                         | PS96:in4k:01:
ai_mutha.zip   936 ***+  Mutha by Astroidea - CAC96B:demo:01:
alive.zip       59 ***   Alive by Orca - TP96:in64:10: : 386,GUS
allinb.zip     919 *+    All In the Name of Bump by Mr. Bios - WIR96:demo:12:
alto.zip      1190 ***+  Alto Knallo by Free Electric Band - TP96:demo:01: :
                         | GUS/SB/PAS
amb_juni.zip    73 ***+  Junior by Amable - TP96:in64:02:
amb_sell.zip    58 ***   Sell Out by Amable - WIR96:in64:05:
amitro.zip       4 +     Amitro by Damage PC
an_dea.zip     705 ***+  Dea by Analogue - BIZ96:demo:03:
an_rastr.zip     9 *+    Rastro by Guild
antimaat.zip   115 *     Antimaat by XL
aor_fbi.zip    722 ***   Fundamental Bias by Amour
ap-idlns.zip  1555 **    Idleness by Ancient Pain : 386SX,,SB,
arise-f.zip   1373 ***+  Arise (final) by Beyond - NAID96:demo:04:
ashes.zip       65 **    Ashes by Tate
astralf.zip    979 **+   Astral by Virtual Rage, Phoenix
-----------------------------------------------------------
Demos from 1996 starting with "B"
path: /demos/1996/b/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
b666_fin.zip  3709 ***+  Vitamin B666 by Exmortis - GRV96:demo:02:
badhabit.zip   104 *+    Bad Habit by Light Blue
bagger.zip     329 *+    Bagger by XL - BIZ96:demo:08:
bdb-gar.zip     24 **    BBS The Garage by Brains Don't Bounce
beyond.zip    2276 ***+  Beyond by Immortals - MOV96:demo:02: : GUS/SB/PAS,VESA
birthro.zip    144 *+    Arjan's Birthtro by Escape
blm-hbbc.zip    33 *+    BBS Brain Coma by Bloom
blm-im.zip       2 **+   I'm by Bloom
bloempje.zip    45 **+   Bloempjes & Bytes by Maroon - BIZ96:in64:09:
booth.zip      274 **    Booth by MFX - SEN96:demo:??:
bor_hope.zip   317 **+   Blown Away Hopes by Borealis
bor_icon.zip    58 ***   Icon by Borealis - ABD96:in64:07:
bor_seit.zip    62 ***+  Seita by Borealis - DML96B:in64:01:
br-1st.zip     841 [n/a] First by Black Rainbow - CAC96B:demo:??:
brkdown.zip     64 **    Breakdown by The Crow - SKE96:in64:03:
bros.zip        50 **+   Blue Robot of Sea by Seikkailupahkina - ABD96:in64:11:
bspdrip.zip   1460 [n/a] Drip by BSP - MOV96:demo:03: : VESA,SBPro@220/5/1
                         | ONLY?!
bubbles.zip     14 ***   Bubbles by Byteam - PS96:in4k:02:
bulll.a01     1298 ****  Bulll by Trepaan [2/2] - BIZ96:demo:01:
bulll.arj     1422 ****  Bulll by Trepaan [1/2] - BIZ96:demo:01:
burning1.zip   179 ***   Burning Chrome by Hellcore : 486,GUS/SB
-----------------------------------------------------------
Demos from 1996 starting with "C"
path: /demos/1996/c/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
c-vision.zip    59 ***   Vision by Coral - TP96:in64:21: : 486,GUS
c_void.zip    1274 **+   Chaotic Void by Brainstorm Productions
caffeine.zip    55 **    Caffeine by Warm Inside - WIR96:in64:06:
ce-xmas.zip     90 *+    Xmas 96 by CuteElf : P5
certtest.zip   555 **    Certified & Tested by Jezz - TP96:demo:29:
champ.zip       49 **+   Son & Samba by TPOLM - SKE96:in64:??:
chipari.zip     14 **    Chiparitus by The Watcher of Fatal Vision -
                         | BIZ96:in4k:03:
clx_nog.zip   2802 ***   No Garden by Complex - SEN96:demo:??:
clx_rebe.zip  2588 ****  Rebel (As Perceived) by Complex - SKE96:demo:04:
cmatuhka.zip    73 ****  Tuhka by COMA - DML96B:in64:03:
cnx_hope.zip    61 ***   Hopeless by Cronix - BIZ96:in64:03:
cob.zip         67 ****  Cob by Nooon, Orange - SAT96B:in64:12:
coco-nuz.zip  1359 ***+  Coc'O Nuts by Cobra Creations - DML96B:demo:03:
coma_ash.zip    69 ***   Ashes by COMA - TP96:in64:03:
comacore.zip  2732 ***+  Washing Machine Encore by COMA - SKE96:demo:01:
comahomo.zip   567 **+   Homo by COMA - SEN96:demo:03:
combo.zip      123 *+    Combo v1.1 by Light Blue
compost.zip    930 ***   Compost by Orange - TP96:demo:07:
corrsive.zip  1820 ****  Corrosive 3 by Exmortis
cosmlamu.zip    20 *     Cosmo Lamu by PWP - DML96B:in64:05:
cotxmas.zip     49 **    XMas Greetings by Circle of Tyrants : VGA,GUS
crawford.zip    60 ***+  Station Crawford by Paragon - ASM96:in64:07:
creation.zip   589 **    Creation by ZOB
csa.zip         61 ***+  Cosmic Space Arabi by TPOLM - TP96:in64:04:
ctslrw95.zip   121 ****  Lasse Reinbong (re-release) by Cubic Team, $een :
                         | Windows 95
ctstoast.zip  1820 ****+ Toasted (final) by Cubic Team, $een - ASM96:demo:02:
ctststfx.zip   278 ****+ Toasted (bugfix) by Cubic Team, $een - ASM96:demo:02:
cyber.zip       64 ***+  Famous Cyber People by Pulse - WIR96:in64:02:
-----------------------------------------------------------
Demos from 1996 starting with "D"
path: /demos/1996/d/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
d-test.zip      49 **+   D-Test by Mazout - TP96:in64:19:
dazzle.zip    1057 **    Dazzle by Warm Inside
deesbab.zip     68 ***+  Deesbab by Orange - TP96:in64:01: : 486DX
dem3sat4.zip   404 *+    Tartofraise by Horizone - SAT96B:demo:06:
den-bomb.zip    58 ***   Bomberman Attitude (final) by Dentifrice -
                         | SAT96:in64:05:
den-girl.zip    51 ***+  If I Was a Girl, I Would Rape Myself by Dentifrice -
                         | VOL96:in64:??:
dentaali.zip   498 ***   Dentaalispirantti by tAAt - TMDC96:demo:03:
devotion.a01  1166 ****  Devotion by Waterlogic [2/2] - TS96:demo:01:
devotion.arj  1422 ****  Devotion by Waterlogic [1/2] - TS96:demo:01:
diamint.zip     48 **+   Diamint by Smash Designs - TP96:in64:16:
dl_exp.zip    1876 ***+  Experience by Dark Legions : 486/66,,GUS/SB,
dl_goi.zip    1285 **+   Guilt of Innocence by Dark Legions : 486/66,,GUS/SB,
dlp_late.zip   525 *+    Too Late by Dead Line
dny-inac.zip    70 ***   In Activity by Dinasty - CAC96B:in64:??:
dop.zip         19 +     Dirty Old People by Fuel - WIR96:in64:13:
downtown.zip  1003 ***+  Downtown by Abyss - TP96:demo:16: : P5,VESA,GUS/SB,2MB
dufbtint.zip     6 *     BBS Black Town by Darkness Unknown Force
dufhk.zip        4 *+    BBS Harakiri by Darkness Unknown Force : 486
dufsimpl.zip   460 *     Simple by Darkness Unknown Force
dummies.zip   1339 **    Demos For Dummies by Dimension X - BIZ96:demo:04:
-----------------------------------------------------------
Demos from 1996 starting with "E"
path: /demos/1996/e/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
e.zip         1276 ****  (E) by Zden, Moshe - WIR96:demo:05:
e9-fett.zip      4 ****  Fettina by Magic of Ethos 9 - TP96:in4k:02:
e9-frame.zip    67 ***   Frame by Ethos 9 - WIR96:in64:07:
e_teddy2.zip    71 ***+  Teddybear's Revenge by Eclipse - SAT96:in64:01:
efc_fz.zip      69 **+   FZ by Excessive Force - BIZ96:in64:05:
elf-drmf.zip  1869 **+   Dream War by Elfsong
elite.zip      274 *     The Elite Demo by Intra
embraced.zip    67 **    Embraced by Circle of Tyrants - BIZ96:in64:07:
emp_fnal.zip  1149 ***+  Empire (final) by TPOLM - TP96:demo:05: :
                         | 486,GUS/SB/PAS
est_pray.a01   792 ****  Pray by Esteem [2/2] - MOV96:demo:01: :
                         | P5,GUS/SB/PAS,VESA
est_pray.arj  1422 ****  Pray by Esteem [1/2] - MOV96:demo:01: :
                         | P5,GUS/SB/PAS,VESA
euforia.zip    233 **    Triology by Euforia - TP96:demo:18: : 386,SB,1MB
excuse.zip     621 **+   Excuse by YOE - MOV96:demo:04: : GUS/SB/PAS,VESA
explora.zip   1509 ***+  Explora by Bomb, Oxygene - SAT96B:demo:02:
-----------------------------------------------------------
Demos from 1996 starting with "F"
path: /demos/1996/f/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
facedemo.zip   327 *+    Wobbly Face Demo by Electric Wig
fade.zip        59 ***   Fade by Exact - CAC96B:in64:??:
faith.zip       13 ***+  Faith by Vertigo
fastark.zip   1283 ***   Fast by Arkham - SAT96B:demo:03:
fcy_lvtt.zip  2515 ***   Levitations by Faculty - TP96:demo:17: :
                         | P5,VESA,GUS.8MB
fdg_ucla.zip  1638 ****  Venus by Fudge - TP96:demo:03: : P5,GUS/SB/PAS
fg-porno.zip   463 +     Porno by Firg - CAC96B:demo:??:
fg_tehen.zip    64 *     Tehen by Fake - PS96:in64:01:
fizzygay.zip    61 **+   Peter and I Like Fizzy Water... by TPOLM -
                         | SEN96:in64:??:
flod.zip       301 ***   Flo by ?? - DML96B:demo:06:
fmotion.zip   2099 ***+  Full Motion by Spirit New Style - BIZ96:demo:02:
frs_clue.zip    78 **+   Clue by Fresh - CAC96B:in64:??:
frs_tone.zip  1258 [n/a] Tone by Eufrosyne - TP96:demo:15:
fsk_pit.zip    204 *+    The Pit of Dhoom by Forsaken - DML96B:demo:09:
ftjamour.zip  4039 **    Helsinki Mon Amour by Plant - TP96:demo:08:
fts_neg0.zip   603 [n/a] Negative Zero by FTS - COV96:demo:??:
-----------------------------------------------------------
Demos from 1996 starting with "G"
path: /demos/1996/g/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
g10-mles.zip   962 *     Min Lada Ar Sne by Goto 10 - TP96:demo:09:
gd.zip           3 **    BBS Global Domination by Brains Don't Bounce
goo.zip        781 ***   Goo by Mooze - DML96B:demo:07:
grd_eqtn.zip    58 **+   Equation by The Grid
guggleme.a01   501 ***   Guggle Me by Doomsday Productions [2/2] -
                         | SKE96:demo:??:
guggleme.arj  1422 ***   Guggle Me by Doomsday Productions [1/2] -
                         | SKE96:demo:??:
-----------------------------------------------------------
Demos from 1996 starting with "H"
path: /demos/1996/h/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
h-crowd.zip     65 [n/a] Huge Crowd by Nooon, Orange - TP96:in64:06:
h-shoong.zip  1147 ***   Shoong by Hatha - TP96:demo:31: : 486,GUS,8MB
h8.zip          49 *     H8 by Primativos - TP96:in64:22:
h_empty.zip     66 ***+  Empty by Halcyon - SEN96:in64:01:
hippromo.zip    82 *     Hippies Promo by Hippie : ,,GUS/SB,
hlx-extr.zip   560 **    Holy Extracts by Helix - GAR96:demo:03:
hlx-slp.zip     81 *+    Sleepless In Sevillia by Helix : 486,GUS/SB/PAS
hny-1997.zip    30 *+    Happy New Year Intro 1997 by Spyral : 386,SB
htb.zip         56 **    Haikaiseva Teboil by Supermies - ABD96:in64:09:
huilmee.zip    596 *     Huilt Mee by Hema
hypochon.zip    54 **    Hypochondriac by Tundra - FDG96:in64:06:
-----------------------------------------------------------
Demos from 1996 starting with "I"
path: /demos/1996/i/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
iday.zip        63 **    Independence Day by Dominetrix - TP96:in64:12: : SB
idx-thag.zip    69 **+   Thunder Again by Index - FDG96:in64:03:
idx-toha.zip    56 **+   Total Happiness by Index - FDG96:in64:07:
idxprxfr.zip    52 **+   Friendship by Index, Proxima - FDG96:in64:04:
ike-otum.zip   340 [n/a] Otomu-Uki by Maru-Ike
ina1200.zip     65 ***   Nokia 1200 by Interamnia - DML96B:in64:04:
insert.zip      33 **    Insert by Interamnia - SKE96:in64:??:
inside.zip    2141 ****+ Inside by CNCD - TG96:demo:01:
io3_4k.zip      15 [n/a] Intel Outside 3 4k Intro Compo Entries
is.zip          15 +     Is by Azzrael - TP96:in64:20:
ita-xmas.zip   775 **    Christmas Sing-Along by Intra : 386,GUS/SB/PAS
itsari.zip     434 **    Itsari by Itsari - WIR96:demo:10:
-----------------------------------------------------------
Demos from 1996 starting with "J"
path: /demos/1996/j/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
joinfix.zip     22 *     Jointro by Quasar
jumble.zip     439 **    Jumble by G&G Demoswarez : 386,VGA,GUS/SB/PAS
jx_ei.zip     1448 **    Elemental Illusions by Jinx - COV96:demo:??:
-----------------------------------------------------------
Demos from 1996 starting with "K"
path: /demos/1996/k/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
k_coro.zip      68 ***   Corrosive by Kloon - FDG96:in64:02:
k_evade.zip     69 **    Evade by Kloon - TP96:in64:XX:
k_orb_f.zip     61 ***+  Orbital by Kloon - WIR96:in64:07:
k_storm.zip      3 **+   BBS Dark Storm by Kloon
kakko.zip      444 **    Kaakkoon by TPOLM
kala.zip      1419 [n/a] Kalanviljelylaitos by Tempest - SEN96:demo:??:
karanga.zip   1103 ***+  Karanga by Color - WIR96:demo:08:
kfmtv1.zip     496 **+   KFMTV 1 (Gimme A Break) by Kosmic
khalis.zip    1349 **+   Khalis by Dark Face of the Moon
kk-rvsf.zip    123 ***   Reverse (final) by Ketchup Killers - WIR96:in64:09: :
                         | 486,SVGA,GUS
kn-asci.zip     29 *+    Ascii by Knights
kn-bbs.zip      13 *     BBS Giedi Prime by Knights
knowthng.zip    38 ***   Known Thing by Maroon - WIR96:in64:15:
krava3.zip      31 *     Kravatti 3 by PWP - SKE96:in64:??:
ktv_1296.zip   571 ***   KFMTV 2 (Nightvision) by Kosmic
kv_ateol.zip   178 **+   At the End of Life by Karva
kv_kasi.zip    257 **+   Kadeton by Karva
kv_viro.zip    491 **+   Project Viro by Karva
-----------------------------------------------------------
Demos from 1996 starting with "L"
path: /demos/1996/l/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
lbalazy.zip     54 *     Lazy by LBA
lgs-pata.zip    70 ***   Patachou by Lego System : DX4,,GUS,
logik.zip       67 ***   Die Logik by Weird Magic - BIZ96:in64:06:
luu_st32.zip   295 [n/a] Stemma by Luutia
-----------------------------------------------------------
Demos from 1996 starting with "M"
path: /demos/1996/m/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
m_tume.zip     158 **    Tume by Mass : 5 seconds long!
machifix.zip    20 ****  Machines of Madness (SB fix) by Dubius -
                         | ASM96:demo:01:
machines.a01  1422 ****  Machines of Madness by Dubius [2/3] - ASM96:demo:01:
machines.a02   933 ****  Machines of Madness by Dubius [3/3] - ASM96:demo:01:
machines.arj  1422 ****  Machines of Madness by Dubius [1/3] - ASM96:demo:01:
macplus.zip    215 *     Macarona Plus by Peus - GAR96:demo:EE:
mantmag.zip   2084 ***+  Magma by Mentasm - SAT96B:demo:01:
marsvoya.zip     3 **+   Mars Voyage by Daze of TMB - TP96:in4k:08:
mathro.zip      19 **+   Mathro by Technolord of Chaotic Visions
maximum.zip     19 ***   Maximum by Bear - WIR96:in4k:04:
megademo.zip  2897 ****  Megablast by Orange - TP96:demo:02: : GUS/SB/PAS,8+MB
megagukf.zip   597 +     Megagukk by Logical, ELQ
mental.a01     997 ****  Mental Debug by Dead Beef [2/2] - TP96:demo:04:
mental.arj    1422 ****  Mental Debug by Dead Beef [1/2] - TP96:demo:04:
mfx_vihr.zip  1164 ***   Vihreat Lehmat by MFX - SKE96:demo:??:
molejo.zip      54 ***+  Molejo by Valhalla - WIR96:in64:03:
mrt-bld.zip    518 *+    Best Lame Demo by Red Power - GAR96:demo:EE:
ms_dless.zip  1111 **+   Designless by Murmidones - CAC96B:demo:??:
mtn-gene.zip  1181 **+   Genesis by Motion
muna.zip      1053 *     Muna by Hirmu - SEN96:demo:01:
mundane.zip    899 [n/a] Mundane by Nowadays - TP96:demo:28:
-----------------------------------------------------------
Demos from 1996 starting with "N"
path: /demos/1996/n/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
nct_x.zip       64 ***   X by Nocturnal - TP96:in64:18:
niilu.zip      140 **    Niilu by Deck Blasters : GUS/SB/PAS
nil.zip       1766 **    Nil by YOE, Extra Violent
nm_mistk.zip    21 **    The Mistake by Nuclear Meltdown - NAID96:::
noc_perp.zip   518 ***   Perplexity by Noice
noname.zip      36 **+   No Name by Excalibur of Fatal Vision - BIZ96:in4k:01:
noname00.zip   114 *+    No Name by Rubba Design - BIZ96:demo:09:
none.zip        50 ***   None by Fuse - GRV96:in64:02:
-----------------------------------------------------------
Demos from 1996 starting with "O"
path: /demos/1996/o/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
o_solex.zip    280 ***+  Solex by Oxygene
orx-osfp.zip   292 *     OSFP by Orthodox - GAR96:demo:EE:
otherone.zip  1562 ***+  The Other One by Cheese Team - BIZ96:demo:05:
-----------------------------------------------------------
Demos from 1996 starting with "P"
path: /demos/1996/p/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
p-ctimes.zip    69 **    BBS Changing Times by Primary
p-statio.zip    71 ***   Station A. Hoffman by Paragon - SEN96:in64:??:
p2b4_d3.zip    116 **    Flower by Zen - P2B96:demo:??: : GUS,VGA (S3 only?)
paper.zip       62 ****+ Paper by Psychic Link - WIR96:in64:01:
pastel.zip      19 **+   Pastel by Controlled Dreams - CAC96B:in4k:??:
patchwrk.zip  1241 *+    Patchwork by Intra - NAID96:demo:??:
pearl.zip       60 ***   Pearl by Poison
percptio.zip  1926 ***   Perception by Quad - BIZ96:demo:06:
phatkryt.zip    46 *+    Phat Krijt by Trepaan - WIR96:in64:11:
pierre2.zip    910 [n/a] Pierre Deux by Coon - SEN96:demo:??:
pikku13.zip      2 **+   Pikku v1.3 by Success Denied
pitch.zip      259 ***   Pitch by Hoaxers
planet.zip      52 **+   Planet Damones by Damones - DML96B:in64:07:
pls_blc.zip   2333 ****  Balance by Pulse - GRV96:demo:01:
pls_cntc.zip  2945 ***+  Contact by Pulse
pls_est.zip   1664 ***+  Eyesight by Pulse
pms_peac.zip  1235 **    Peace by Promise - RAGE96:demo:02:
potion.zip     324 ***   Potion by Radioactive Design
prdto64k.zip    65 **+   Produktio 64k by Vandals - TP96:in64:23: : P5,GUS,8MB
prelude.zip     50 ***   Prelude by Amorphous - ASM96:in64:11:
prg-ich.zip   2172 ****  Ich Kann Euch Sehen by Purge - WIR96:demo:02:
probe.zip      602 ***   Probe by Euthanasia - CAC96B:demo:03:
ps-fire.zip      0 **    Wildfire by Perigee Software
psychass.zip   888 **+   Psychadelic Assignment by Opium - TP96:demo:23: : GUS
puke4kb.zip     13 ***+  Puke by Borzom of Exotic Designs - MOV96:in4k:EE: :
                         | 386,VGA
pumpa.zip      383 **    Pumpa by Kamu - PS96:demo:02:
pyromani.zip   484 *+    Pyromania by Factor X - TP96:demo:24:
-----------------------------------------------------------
Demos from 1996 starting with "Q"
path: /demos/1996/q/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
quality.zip     79 [n/a] Search For Quality by Mingo
-----------------------------------------------------------
Demos from 1996 starting with "R"
path: /demos/1996/r/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
r_urya_f.zip    50 [n/a] Urya by Ribbon - WIR96:in64:04:
radiatio.zip    10 ***+  Radiation by Net of Urinate - PS96:in4k:03:
ravage.zip     582 *+    Ravage by TBE - BIZ96:demo:10:
ravetro.zip     69 **+   Ravetro by Byteam - CAC96B:in64:??:
rc-drol2.zip   385 [n/a] Drolle 2 by Rectum Cauda
rc-funk.zip     45 *+    Funk by Rectum Cauda - FDG96:in64:08:
rc-paper.zip    59 **    Paper Roach by Rectum Cauda - FDG96:in64:05:
rc-sand.zip    264 *     Sand by Rectum Cauda : ,,,
rc-sand2.zip   270 *+    Sand 2 by Rectum Cauda : ,,,
rc-sand3.zip   901 *+    Sand 3 by Rectum Cauda - TP96:demo:26:
rc_au2.zip     182 *     Au 2 by Rectum Cauda - FDG96:demo:09:
rcn-orzo.zip   765 ****  D'Orzo by Recreation - TMDC96:demo:01:
rhino.zip      510 **+   Rhino by Dr. Dyregod & Kompany - FDG96:demo:05:
riplview.zip    56 **+   Ripple Viewer by Hellcore
ripoff.zip     583 *     Ripoff by Acne - BIZ96:demo:07:
rle_xs96.zip   130 *+    XMas 96 by RelE
rotali.zip    2573 ****  Rotaliator by Dubius - SKE96:demo:05:
rox_rf.zip    1195 ***+  Hard Rox by Skal - WIR96:demo:01:
rptoasty.zip   928 **    Toasty by Red Power - GAR96:demo:06:
-----------------------------------------------------------
Demos from 1996 starting with "S"
path: /demos/1996/s/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
sallad.zip    1188 *     Sallad by Tisprut Prods. - TP96:demo:19:
samsalp.zip    452 **+   Samsalp by Intra
sanim.zip     1557 **+   Suspended Animation by Jourgensen
sat_ast.zip    223 *+    Narguileh by AST System - SAT96B:demo:05:
sb_bm.zip     1861 [n/a] Big Mistake by Screwbolt
scar.zip        53 **+   Scar by Fuse - GRV96:in64:03:
scdemo.zip     178 *     School Demo by Theta
sck-err.zip   1692 ***+  Error 808 by Shock - PS96:demo:01:
sck-onyx.zip  1546 ***+  Onyx by Shock - CAC96B:demo:02:
sck_jade.zip    68 ***+  Jade by Shock - TP96:in64:07: : P5,GUS
shaolin_.zip   543 ***   Shaolin by Live : GUS/SB
shapes.zip     631 **+   Shapes by Maak - FDG96:demo:04:
sima.zip        36 +     Sima by TTOM - MOV96:in64:EE: : jokedemo
skata.zip       62 *+    Skatalous by Who Knows - GAR96:demo:07:
skr_ropo.zip    44 [n/a] Ropotys by Skraappa Skruuppi - SKE96:in64:??:
smp-natu.zip  1030 ***   Natural by Sympathy - TP96:demo:22: :
                         | 486DX4,VESA.GUS/SB,4MB
snc-cow.zip    396 *+    Cow by Sync - MOV96:demo:EE: : GUS/SB/PAS
snc-twis.zip    63 **    Twisted by Sync : 486DX2,VGA,Adlib,
snc_lbd2.arj     9 ****  Little Big Demo 2 by Sanction - WIR96:in4k:01:
sp_slam.zip     63 ***   Slam by S!P - BIZ96:in64:04:
space.zip       14 ***   Space by Laserdance of Nostalgia - BIZ96:in4k:04:
spasmo.zip     632 **+   Spasmo Vidio by Hirn Tod
sphere.zip      76 ***+  Sphere by Mortal Compact - CAC96B:in64:01:
spspot.zip    1225 ***   Spaceless Spot by tAAt - TMDC96:demo:05:
starfuck.zip   460 *     Star Fucker by BadSector - TP96:demo:27: : SB
state.zip       54 ***   State by Spirit New Style - BIZ96:in64:01:
stc-ext.zip    794 ***   Extasy by Substance
stc_xtr.zip     38 **+   Extermination by Substance - GRV96:in64:01:
ste-08.zip     123 *+    N0ll 8tta by Syntax Terror
ste-die.zip    111 *     Doo by Syntax Terror
ste-stlf.zip   423 **    Don't Get Stajlish (final) by Syntax Terror -
                         | REM96:demo:04:
stg_ntlf.zip    80 **    Not Too Late (final) by Skytech Group -
                         | SAT96B:in64:06:
sts_core.zip   875 [n/a] Core (bugfixed) by Stasis - SE96:demo:10:
subper.zip     544 **+   Subliminal Perception by Noware - TP96:demo:25: : GUS
super_.zip     691 **+   Superman's Day Out by TPOLM - SEN96:demo:02:
-----------------------------------------------------------
Demos from 1996 starting with "T"
path: /demos/1996/t/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
taivas.zip    1706 [n/a] Taivas by Aurinkovoodoomandariini - DML96B:demo:02:
talo.zip       116 *     Talo by P33107 - SEN96:demo:??:
tarra.zip     1273 **+   Tarrogona by Whatcom - TP96:demo:21: :
                         | 50hzVGA,GUS/SB/PAS
tat.zip         63 ***+  The Astonishing Tribe by Yodel - TP96:in64:05:
tbeweird.zip    27 *+    Weird by TBE - BIZ96:in64:10:
tc1add.zip      29 [n/a] The Codering 1 Votepack Addendum
tc1vote.zip    381 [n/a] The Codering 1 Votepack
textosis.zip   347 **+   Textosis by Vinlandia - TMDC96:demo:07:
the_cube.zip    19 ***   The Cube by Fishy - CAC96B:in4k:01:
thefake6.zip  2159 *     The Fake 6 by Titan Crew - TP96:demo:12:
theywill.zip   920 ***   They Will Pay by Borealis - ASM96:demo:14:
thixmas.zip     15 *+    XMas 96 Intro by THI
timeout_.zip     3 **    Time Out by Zaifrun of Immaculate - TP96:in4k:10:
tls_time.zip   580 ***   Time by The Lost Souls
tmdcinv.zip    881 ***   Text Mode Demo Compo Info Intro by DEE
torso97.zip    105 ***   Torso Preview by Mode XIX
torsofix.zip    48 ***   Torso Preview (SB patch) by Mode XIX
tremor2.zip    415 ***+  Tremor by DEMOlition - TMDC96:demo:02:
txtc.zip       465 **+   Textasy by The Enterprise Crew - TMDC96:demo:04:
-----------------------------------------------------------
Demos from 1996 starting with "U"
path: /demos/1996/u/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
u8-daze.zip     66 ***+  Daze by Urinate - TP96:in64:08: : 386,GUS
uf_depr.zip   1295 **    Depravity by United Force - CAC96B:demo:??:
useit.zip     1419 ***   Use It As An Illusion by Useless - WIR96:demo:07:
-----------------------------------------------------------
Demos from 1996 starting with "V"
path: /demos/1996/v/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
vacdemo.zip     49 [n/a] Back to the Roots by Vacuum - WIR96:in64:12:
vegemies.zip   299 **+   Kasvis by Brainless Coders
velvet2.zip     63 ****  Velvet 2 by N-Factor - WIR96:in64:10:
velvet3.zip     69 ***   Velvet 3 by Fatal Justice - TP96:in64:13: :
                         | 486DX4,GUS/SB
vostorus.zip   259 *     ? by Vostorus : ,,,
-----------------------------------------------------------
Demos from 1996 starting with "W"
path: /demos/1996/w/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
weird.zip      400 ***   Weird by Demaniacs - GAR96:demo:02:
wired.a01      329 **+   Wired by Jourgensen [2/2]
wired.arj     1422 **+   Wired by Jourgensen [1/2]
wnxmas.zip     392 **+   Xmas by ActionForce : Windows '95
-----------------------------------------------------------
Demos from 1996 starting with "X"
path: /demos/1996/x/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
x-file2.zip     69 ***   X-File 2 by Trilogy - TP96:in64:18: : GUS
xamen.zip      576 ***   Xamen by Solid - TP96:demo:32:
xaos_f.zip     737 ***+  Xaos by Mist - WIR96:demo:06:
xd-btl.zip      36 **+   Beyond the Limit by Xeed
xmas3.zip       90 *+    XMas 3 by Rodent, Ravian, Hunz
xmess.zip       68 ***   X-Mess by Sin - TP96:in64:15:
xtac.zip        68 *+    Xtac by Milton Moura
-----------------------------------------------------------
Demos from 1996 starting with "Y"
path: /demos/1996/y/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
yalnyi.zip     208 *     Yalnyi '97 by Epilogue
yoda.zip        63 **+   Yoda Lives by Blup - WIR96:in64:13:
-----------------------------------------------------------
Demos from 1996 starting with "Z"
path: /demos/1996/z/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
zap_.zip        62 **+   Zap by Loop - TP96:in64:17:
zerograv.a01   572 ***+  Zero Gravity by Blasphemy [2/2] - TP96:demo:13: :
                         | P5,GUS/SB/PAS,4MB
zerograv.arj  1422 ***+  Zero Gravity by Blasphemy [1/2] - TP96:demo:13: :
                         | P5,GUS/SB/PAS,4MB
zrn-16.zip     148 **+   Zauron Is 16 by Index : 386,GUS/SB
zwemband.zip    15 ***   Zwemband by Fyr, Sentinel of Image, Infuse -
                         | BIZ96:in4k:02:
-----------------------------------------------------------
Demos from 1997
path: /demos/1997/
-----------------------------------------------------------
0-9/              Demos from 1997 starting with "0-9"
a/                Demos from 1997 starting with "A"
b/                Demos from 1997 starting with "B"
c/                Demos from 1997 starting with "C"
d/                Demos from 1997 starting with "D"
e/                Demos from 1997 starting with "E"
f/                Demos from 1997 starting with "F"
g/                Demos from 1997 starting with "G"
h/                Demos from 1997 starting with "H"
i/                Demos from 1997 starting with "I"
j/                Demos from 1997 starting with "J"
k/                Demos from 1997 starting with "K"
l/                Demos from 1997 starting with "L"
m/                Demos from 1997 starting with "M"
n/                Demos from 1997 starting with "N"
o/                Demos from 1997 starting with "O"
p/                Demos from 1997 starting with "P"
q/                Demos from 1997 starting with "Q"
r/                Demos from 1997 starting with "R"
s/                Demos from 1997 starting with "S"
t/                Demos from 1997 starting with "T"
v/                Demos from 1997 starting with "V"
w/                Demos from 1997 starting with "W"
x/                Demos from 1997 starting with "X"
y/                Demos from 1997 starting with "Y"
-----------------------------------------------------------
Demos from 1997 starting with "0-9"
path: /demos/1997/0-9/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
1stage.zip      39 *     1 Stage Up by TSD - X97:in64:XX:
36_6.zip      5691 **    36.6 Hello From Heaven by Screwbolt - GP97:demo:03: :
                         | COMA ripoff
-----------------------------------------------------------
Demos from 1997 starting with "A"
path: /demos/1997/a/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
a.zip           10 **    A by Anakata - TG97:in4k:09:
a303_fix.zip   185 [n/a] 303 (bugfix) by Acme - X97:demo:01:
aa_juke.zip     82 ***   Junk by Axioma - SCE97:in64:02:
aa_pcode.zip    82 **+   Party Coding by Axioma - KER97:in64:01:
aamupano.zip    64 +     Akun Aamupano by Pornovalo - JUH97:demo:08:
abyss.zip       64 **+   Abyss by Necrobiosis - GP97:in64:??: :
                         | 386,,GUS/SB/WSS,
acme_303.zip  3155 ****+ 303 by Acme - X97:demo:01:
albatros.zip    69 ***   Albatross by Alba - GP97:in64:??: : DX40,,GUS,
an_stas.zip   1878 ***+  Stasis by Analogue - X97:demo:02:
astral.zip    4210 ****+ Astral Blur by The Black Lotus - TG97:demo:03: :
                         | ,VESA,,
atlantis.zip  1781 **    Atlantis by Riot - MEK97:demo:08:
au_loops.zip   209 **    Loops by Aurum - SNS97:demo:06:
-----------------------------------------------------------
Demos from 1997 starting with "B"
path: /demos/1997/b/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
balistic.zip   512 *     Ballistic by Creative Illusions : ,,GUS/SB/PAS,
beammat.zip     76 [n/a] Mat by Beam - TG97:infs::
bmb_bino.zip    85 *+    Bambino by Bamboosh - TG97:dtxt:04:
bmbm.zip        63 **+   Boombum by Tate - GP97:in64:02: : DX4/100,SVGA,GUS,8MB
boat.zip       396 *     Boat by Brunflo
bogre.zip       86 *     Sarga Bogre by Agressive Giants, Byteam -
                         | SCE97:in64:12:
bornfat.zip      6 ***+  Born Fat by Anakata - TG97:in4k:05:
borntro.zip     59 **+   Borntro by Autumn - GP97:in64:??:
bumptro.zip      9 ***   Bumptro by Ollie of Kalvados - TG97:in4k:04:
bw-prove.zip    56 **+   Prove You Wrong by Bandwagon - TG97:in64:07: :
                         | 386,,GUS/SB,
-----------------------------------------------------------
Demos from 1997 starting with "C"
path: /demos/1997/c/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
cendilar.zip     8 **    Cuendillar by The Chosen : 386,VGA,,
chr-salp.zip  2301 ***   Plastik by Chrome - SCE97:demo:02: : 386,,GUS,8MB
cma_expo.zip  1900 ***   Exposure by COMA - DMC97:demo:??: : 486,VGA,GUS/SB,8MB
cma_parh.zip  1423 [n/a] Parhaat by COMA - JUH97:demo:01:
country.zip     11 +     Fastdemo by Doze, Yodin - TG97:infs:11: : ,,Adlib,
cp.zip          13 **+   Crazy Plasma by Muflon of Stones - GP97:in4k:??:
cps_famu.zip   361 +     Fabojantan vs Muumin Pappan by Cpskolan : ,,GUS/SB,
crs-mlw.zip   1731 ***+  Mellow (final) by Cryonics - TP96:demo:14: : P5,SB
ctswht95.zip    77 ****  What (rerelease) by pascal : Windows '95 - ,,,
ctx-clon.zip     9 ***+  Clone by Cortex of Index - SNS97:in4k:01: : ,,,
ctx_bub.zip      3 ***+  Bubble by Cortex of Index - TG97:in4k:01:
culp_5.zip    2239 ***   Commander Culp 5 by Grinders - GP97:demo:EE: : gory
                         | guy-anim-style cartoon - DX/33,,GUS/SB/PAS,
cut.zip         50 **    Cut by TBE - X97:in64:07:
cyc_oom.zip    516 **    Out of Mind by Cyclone - LTP97:demo:05: : 486DX2,,GUS,
-----------------------------------------------------------
Demos from 1997 starting with "D"
path: /demos/1997/d/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
d4z_res.zip     65 **+   Reset by Diabolic Force - MEK97:in64:11: : ,,GUS,
dalt.zip        62 ****  Dalt by Mist - TG97:in64:10:
dans.zip       228 +     Dans by Schpaps, Pyfla
dawnscar.zip  4368 ***+  Dawn Scared by Arkham - VOL97:demo:03: : 386,,GUS/SB,
db_kissa.zip   909 ***   Kissa by Deck Blasters - JUH97:demo:05: :
                         | ,,GUS/SB/PAS,
db_yawn.zip     70 **+   Yawn by Deck Blasters - JUH97:in64:04:
derko.zip        2 **+   Derko by ?? - SCE97:in64:06:
deviance.zip  2869 ***+  Deviance by Frame 18, Remal - SCE97:demo:03: :
                         | ,VESA,GUS1M/SB,
di-luztl.zip     4 *+    Luztloz by Dies.Irae - MEK97:in4k:08: : ,,Adlib,
digital.zip    144 *+    Digital Torture by Digital Torture : 386,,GUS/SB,
dk_uwbbs.zip     6 **    BBS Underworld by Dake : 386,,,
dna_divn.zip     7 **+   BBS Divine by DNA : ,,Adlib,
dna_sevn.zip     5 ***+  Seven by DNA - MEK97:in4k:04: : 486-66,,,
ds-claud.zip  4431 ****  Claudia by Deathstar - MEK97:demo:01: :
                         | P5,VESA,GUS/SB,16M
-----------------------------------------------------------
Demos from 1997 starting with "E"
path: /demos/1997/e/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
e9-astrl.zip    64 **+   Astral Dream by Ethos 9 - MEK97:in64:05:
e9-comad.zip    15 **+   BBS Comitek by Ethos 9
e9-dioh.zip      3 **+   DIOH by Ethos 9 - MEK97:in4k:07:
e9-hias.zip      8 ****  Hias by Ethos 9 - MEK97:in4k:02:
ecstasy.zip     29 *     Ecstasy by Fanatic - X97:in64:XX:
efc_fly.zip    998 **    Fly by Excessive Force - X97:demo:11:
efc_vpl.zip      6 **+   Vingerplant by EFC - X97:in4k:04:
eli2.zip       551 [n/a] Trekant med Eli Rygg Igjen by Sorrox - TG97:infs:01: :
                         | ,,GUS,
emp_test.zip    73 ***   Test by Emperor - KER97:in64:03:
entropia.zip  1685 ***+  Entropia by Exmortis - GP97:demo:01: : ,,,12MB
epx-snow.zip   299 *     Snow by Epoxy : ,,GUS/SB/PAS,
est_1k.zip       4 ***+  Invention by CyberEagle of Esteem
eternal.zip     78 **    Eternal by Peon - SCE97:in64:07:
evolutio.zip   666 **+   Evolution by ZOB - VOL97:demo:06:
exo-hyp.zip   1526 ***+  Hypnotic by Exobit - EUS96:demo:02: : 486,,GUS/SB,4MB
-----------------------------------------------------------
Demos from 1997 starting with "F"
path: /demos/1997/f/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
fade.zip         4 ***   Fade by Zien - TG97:in4k:03:
fdg_klap.zip    63 **+   BBS Inka by Fudge
fdg_live.zip    60 ***+  Gene by Fudge - TG97:in64:01:
fdg_spam.zip  1755 ****  Jakoob by Fudge - TG97:demo:09:
fever.zip       72 ***+  Fever by Exact - SCE97:in64:01:
fg-basz.zip    154 +     Basz by Firg - KER97:demo:03:
fierka.zip       4 *+    Invasion from Mars by Hirn Tod - MEK97:in4k:06: :
                         | ,,Adlib,
firede.zip    1074 **+   Fire by Black Rainbow - SCE97:demo:11: :
                         | DX2/80,,GUS/SB,8MB
firgbump.zip     5 **+   Firgbump by Matyi of Keen Team - SCE97:in4k:03:
fishlife.zip   650 **+   Fish Life by Croc, Djamm, Nono : ,,,
fisk.zip       315 +     Fisk by ??
float_4k.zip     7 ***   Float by Anakata - TG97:in4k:08:
foodanrc.zip   423 [n/a] Food Anarchy by Darklite - TG97:infs:08:
foodyoyo.zip   458 *+    Food Yoyo by Rectum Cauda - TG97:infs:03:
freewear.zip  1451 **+   Freewear by Phoenix - TG97:demo:15: : ,,GUS/SB/PAS,
frs_blfn.zip    64 ****  Blind (final) by Eufrosyne - ASM96:in64:01: :
                         | 486,VGA,GUS/SB,
frs_gbba.zip   457 **+   Gabba, Gabba, Hey by Eufrosyne - DMC97:demo:??: :
                         | ,VGA,GUS/SB/PAS,
frs_tz13.zip   689 ****  Time Zone +13:00 by Eufrosyne - JUH97:demo:03: :
                         | ,,GUS/SB/PAS,
fse_blue.zip     8 *+    Blues by Core of Fuse - GP97:in4k:??:
fse_born.zip   682 ***   Born Strange by Fuse - GP97:demo:??: : COMA ripoff -
                         | DX4/120,,GUS/SB/PAS,
fse_demo.zip    58 ***   Demonstration by Fuse - GP97:in64:05:
fse_warn.zip    55 **+   Warning by Fuse - X97:in64:05:
ft_xooox.zip   196 ***   Xooox by Fake That : 486,VESA,GUS,6MB
fva-dome.zip   220 **+   Dome by Flava : ,,GUS/SB/PAS,
-----------------------------------------------------------
Demos from 1997 starting with "G"
path: /demos/1997/g/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
gb_as96f.zip   278 *+    Fire by Garbage : 386,,SB,
gb_toxic.zip   670 **    Toxic by Garbage : 486,,GUS/SB16,
gg_a1gtd.a01    55 ***   Another One Glides the Dust by G&G Demoswarez [2/2] :
                         | DX2,,GUS/SB,8MB
gg_a1gtd.arj  1422 ***   Another One Glides the Dust by G&G Demoswarez [1/2] :
                         | DX2,,GUS/SB,8MB
gg_brn.zip     680 **    Mara Project/Borntro by G&G Demoswarez : ,,,
gg_fix.zip     169 ***   Another One Glides the Dust (patch) by G&G Demoswarez
gold.zip         6 ***   Gold by Tbyte - SCE97:in4k:02:
goose.zip       11 ***+  Goose by Byteam - SNS97:in4k:06: : ,,,
gr1_orio.zip  1695 ***   Orion by Green - X97:demo:04: : 486,,GUS/SB/PAS,8MB
-----------------------------------------------------------
Demos from 1997 starting with "H"
path: /demos/1997/h/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
hajp_fix.zip   495 [n/a] Hajpa (final) by Obscure : ,VESA,,
hc_afix.zip     75 **    Afternoon (bugfix) by America
hc_after.zip   237 **    Afternoon by America : DX2/66,,GUS/SB/WSS,
hc_fall.zip     52 **+   Falling by Hellcore - GP97:in64:??: : 486,,GUS,
hc_inval.zip  1453 **    Invalid by Hooligans Crew - KER97:demo:02: :
                         | ,,GUS1MB,4MB
hc_shock.zip    12 ****  Extremal Shock by Mrock of Hellcore - GP97:in4k:01:
head.zip       793 **+   The Head by Orange - DMC97:demo:??: :
                         | 486DX2,VGA,GUS/SB/PAS,
hothoff.zip   1310 ***   Hot Hoff by Session - TG97:demo:13: : ,,GUS/SB/PAS,
hrmumonk.zip    56 *     Monkija by Hirmu - JUH97:in64:06:
hyks62sf.zip    85 **+   Sanitation Felling by Radio - DMC97:in64:01: :
                         | 486,VGA,SB/GUS,
-----------------------------------------------------------
Demos from 1997 starting with "I"
path: /demos/1997/i/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
ice.zip        189 [n/a] Ice by Entity : ,,GUS/SB/PAS,
idx-magn.zip  2168 ***   Magnify by Index : 386,,GUS/SB,4MB
ifs3d.zip        4 ***+  IFS 3D by Jilt of Liberty - GP97:in4k:02:
iku7.zip        25 *+    Iku 7 by PWP - TG97:dtxt:06: : ,,Adlib,
img_apni.zip    10 ***+  APNI by Image - X97:in4k:02:
img_deli.zip    62 ***   Delirious by Image - X97:in64:04:
img_ppl.zip    955 ***+  People by Image - X97:demo:EE: : 486,SVGA,GUS,16MB
implant.zip     61 ***+  Implant by Motion - GP97:in64:??: : 386,,GUS,
inge2000.zip   858 *+    Ingenieurs 2000 by CIA : in french -
                         | 486/66,,GUS/SB/PAS,
inhuman.zip   3085 ***   Inhuman by Exhumers - SCE97:demo:05: :
                         | 386,VESA,GUS,8MB
ins_aliv.zip   390 *+    Alive by Inspire : 486DX,,GUS/SB/PAS,
intro2.zip       7 **    BBS The Communications Barrier by Merlin, Aspect :
                         | ,,Adlib,
iso_sm.zip    2277 **+   Saamelaisnuoret by ISO - JUH97:demo:02:
-----------------------------------------------------------
Demos from 1997 starting with "J"
path: /demos/1997/j/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
jff-cyb.zip    702 **    Cyborg by JFF - VOL97:demo:02: : ,,GUS,
jlo_f-it.zip    65 ****  Face It by Jello - TG97:in64:03: : ,VESA,,
jlo_rsky.zip  1509 ***   Red Sky by Jello - X97:demo:06:
jointro.zip     76 *     Jointro by Karma of Creative Illusions : ,,GUS/SB,
judopv.zip      61 **+   Arabi From Da Bronx by TPOLM - TG97:in64:02:
-----------------------------------------------------------
Demos from 1997 starting with "K"
path: /demos/1997/k/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
k_desire.zip   747 ***   Desire by Kosmic - X97:demo:07: : ,,GUS/SB/PAS,
kd_dream.zip  1294 ***   Dreams by Kosmic - TP96:demo:20: : 486,GUS/SB
kewldemo.zip    11 *     Kewldemo by Frankee
kickass.zip    140 ***   Kick Ass by Lumental : 486,,GUS/SB,4MB
kishamis.zip     3 ***   Kishamis by Capanna - SCE97:in4k:01: : ,,GUS,
klptt.zip       66 [n/a] Kelaipatoptop by Myopath Crew - VOL97:in64:02:
kmmrvnkk.zip  1053 ***   Pilkomme Juustoa by Tarzan Tuotanto - JUH97:demo:12: :
                         | ,,GUS/SB,
knarrk.zip     293 +     Knarrk by Amobea
kv_han.zip     331 *+    Han by Karva : ,,GUS/SB,
kv_split.zip   690 **+   Split by Karva
-----------------------------------------------------------
Demos from 1997 starting with "L"
path: /demos/1997/l/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
lgs_draf.zip     4 ***+  Draft by Infinite of Logrus - GP97:in4k:03:
lithium.zip     60 ****  Lithium by Vista - JUH97:in64:01:
loltro.zip    2225 +     Loltro by Trybit - X97:demo:12: : ,,GUS/SB/PAS,
look100.zip     18 **+   BBS Look by Poison
lsd.zip        286 *+    Lake Slime Demo by Lake Slime : ,,SB,
luna.zip      1301 ***   Luna by Black Cascade - JUH97:demo:04: : ,,GUS/SB,
lutefisk.zip   766 *     Lutefisk by Portable Phun - TG97:infs:04:
luu.zip         53 **    Pure Luu by Wookiet, Kuoro - JUH97:in64:08:
-----------------------------------------------------------
Demos from 1997 starting with "M"
path: /demos/1997/m/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
maa.zip       1275 **+   Maa by Flo - JUH97:demo:10:
mahatma.zip     89 +     Mahatma Gandhi by NDU
martian.zip    878 ***+  Martian by Euthanasia - SCE97:demo:01: : P5,,GUS1M,8MB
mat_te.zip    3279 *     Mat by Electrocution, The Lost Souls - TG97:infs:05:
matd.zip       165 *     Mathematical Dreams by Mingo : ,VESA,SB,
maxover.zip    265 *+    Maximum Overdrift by Hypnotica
mc_asyl.zip     17 **    BBS The Asylum by McByte : ,,,
mc_fake.zip      6 ***   Fakemo by Mortal Compact - KER97:in4k:02: : ,,GUS
                         | MIDI,
meanw.zip       78 ***   Meanwhile by Byteam - SCE97:in64:08:
meshugga.zip     9 **+   Meshuggah by Ollie - GP97:in4k:04:
meyer2.zip       4 ****  Meyer 2 by Funk - MEK97:in4k:03:
mfx_mlvn.zip  1327 **+   Melvindale by MFX - JUH97:demo:09: : P5,VESA,GUS/SB,
mfx_uni.zip    668 [n/a] Uni by MFX - DMC97:demo:??: : P5,VESA,GUS,
minute.zip     195 **    Minute by Stones - GP97:in64:??:
mnc-1d.zip     163 *+    1D by Monaco's of The End - PC96:demo:02: : requires
                         | Windows 3.x - 486,VGA,MIDI,
moment2.zip    962 **+   Momentum 2 by Melting Pot : ,,GUS/SB/PAS,
monolife.zip    59 ***+  Monolife by Hatha - X97:in64:03:
moonoo.zip      63 **+   Monochrome by Tundra - TG97:in64:12: : ,,GUS/SB,
morphium.zip    72 **+   Morphium by Anarchy Buthas - SCE97:in64:06:
mpl-abr.zip     77 **+   Acid Becomes Reality by Micropyle - SCE97:in64:09:
msqzeit.zip   1841 ***+  Zeitgeist by Masque - MEK97:demo:04: : P5,SVGA,GUS/SB,
-----------------------------------------------------------
Demos from 1997 starting with "N"
path: /demos/1997/n/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
n_morel.zip     57 ***   More Or Less by Nocturnal - TG97:in64:09:
n_nosh.zip      71 **+   Nosh by Nocturnal - SNS97:in64:01: : ,,GUS/SB,
n_plp.zip      239 **+   Peace Love & Pitbulls by Nocturnal - SNS97:demo:01: :
                         | ,,GUS/SB/PAS,
newyear.zip    295 *     Happy New Year by Prometheus : P5,VESA,GUS/SB/PAS,
nicks.zip      112 *     BBS Nick's Box by Klausi : ,VGA,GUS/SB,
nine.zip      3962 **+   Nine by Xenogenesis - TG97:demo:XX: : ,,GUS/SB/PAS,8MB
noeffect.zip     4 ***   No Effect by The Watcher of TUHB - X97:in4k:03:
norje.zip       19 +     Norje by Braindead - TG97:infs:10:
nova.zip       932 ***   Nova by Overflow - LTP97:demo:01: : ,,GUS,
novafix.zip     36 ***   Nova (bugfix) by Overflow - LTP97:demo:01: : ,,GUS,
nwave240.zip    59 ****  Neural Wave by The Black Lotus - X97:in64:02: :
                         | P5,VESA,GUS@240,
-----------------------------------------------------------
Demos from 1997 starting with "O"
path: /demos/1997/o/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
oge.zip        735 [n/a] Orca Goes Elvis by Orca : ,50hz,GUS/SB,
ortay.zip      495 **+   Ortay by Blocc : ,,GUS/SB/PAS,
osho.zip      1336 ***   Osho by Immortals : ,VESA,GUS/SB,
otb_love.zip   764 *+    Lovetro (updated version) by Outbreak : ,,GUS/SB/PAS,
ourpl.zip       54 ***+  Our Plant of Cheese by TPOLM - JUH97:in64:02:
outcast.zip   1558 ***+  Outcast by Sublogic - TG97:demo:05: : P60,,GUS/SB,8MB
outside.zip   1741 ***+  Outside by Melon - TG97:demo:04: : ,,GUS/SB,
-----------------------------------------------------------
Demos from 1997 starting with "P"
path: /demos/1997/p/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
p_warpf.zip     63 ***   WARP Act 2 by Pulpe - MEK97:in64:09: : ,,GUS,
paper2.zip       8 ***+  Paper 2 by Byteam - KER97:in4k:03: : P5,VESA,,
paradigm.zip    80 **+   Cracktro by Paradigm : ,50hzVGA,,
paradise.zip   444 **    Paradise by Athogui - PC96:demo:01: : ,VGA,GUS/SB/PAS,
paradyze.zip    79 ***   Paradize by Dilemma - SCE97:in64:13:
pcn_evd2.zip    61 **+   Evade 2 by Procreation - SCE97:in64:03:
pf-b-fps.zip     7 **+   Blue (FPS version) by Paulo Falcao
pf-blue.zip      5 **+   Blue by Paulo Falcao
phakedx.zip   1097 **    Phake DX by Phaketech - MEK97:demo:06: : ,SVGA,,
pikku14.zip      2 **+   Pikku v1.4 by Success Denied
pk_kabon.zip  1234 [n/a] Kabon by Psyko - LTP97:demo:04: : 486,,GUS/SB,
plp_live.zip     5 ****  Live by Pulp Productions : 486DX,,GMIDI,
plp_over.zip   330 **+   Over by Pulpe - LTP97:demo:03: : ,,GUS,
pls_bp.zip      68 ****  Broken Pipe by Pulse - GP97:in64:01: : P133,,GUS,6MB
pls_cybf.zip    95 ***+  Famous Cyber People (final) by Pulse - WIR96:in64:02:
                         | : 486,,GUS,
pls_uh.zip      70 ***   Uh by Pulse - SCE97:in64:05:
poohwer.zip      4 ***   Poohwer by Malkavian of Pooh - TG97:in4k:06:
pra_fire.zip    53 **    Fire by Paranoia - SCE97:in64:10:
prg-t209.zip    56 ***+  Totraum 209 by Purge - MEK97:in64:01: :
                         | P5,24/32bVGA,GUS,
prozacz.zip     44 *+    ?? by Prozac - X97:in64:XX: : ,,Adlib,
prx_gulp.zip    61 **+   Gulp by Proxima - SNS97:in64:03: : 386,SVGA,GUS,
prx_undo.zip    67 **    Undo by Proxima - SNS97:in64:04:
psalm.zip      841 ***   Psalm by Fresh - SCE97:demo:08: : 486,,GUS,
psitron.zip     50 ***+  Psitron by Zden, Moshe - SCE97:in64:04:
pwp-iku.zip     20 **    Ikuisuus by PWP - JUH97:in64:07:
-----------------------------------------------------------
Demos from 1997 starting with "Q"
path: /demos/1997/q/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
qd-adfix.zip  1795 ***+  Addicted (bugfixed) by Quad - X97:demo:05:
quickie.zip     53 **+   Quickie by Ash - MEK97:in64:10: : ,,GUS,
quickl.zip      53 **    Quick Lunch by Extatic - TG97:in64:14:
-----------------------------------------------------------
Demos from 1997 starting with "R"
path: /demos/1997/r/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
r_pulpin.zip    43 ***   Pulpina by Ribbon - VOL97:in64:01: : 386,,GUS,
rc-humle.zip     6 **    Humle by Piffi of Rectum Cauda - TG97:in4k:02:
rc-jiaki.zip  1077 *     Things Do Not Change by Rectum Cauda
rc-ocean.zip    67 **+   Ocean by Rectum Cauda - TG97:in64:04:
rc-pav7.zip   1651 [n/a] Paviljon 7 by Rectum Cauda : 386,,GUS,6MB
rc-sand4.zip  3410 **+   Sand 4 by Rectum Cauda - TG97:demo:06: :
                         | 386,,GUS/SB,13MB
rc-sko.zip      52 [n/a] Skogen by Rectum Cauda - TG97:in64:05:
rc-veg.zip     890 *+    Vegaanii by Rectum Cauda
rc_14tis.zip    45 **+   Fjortiss by Rectum Cauda - SNS97:in64:11:
rc_mat92.zip   465 [n/a] Hindu Vil Ha Kjeks #2 by Rectum Cauda - TG97:infs:02:
rcn-ma3.zip   1284 ****  MA3 by Recreation - TG97:dtxt:02:
rel_c00p.zip     6 **    Co-op by Relentless, ABC - KER97:in4k:??:
reliq.zip       27 **    Reliq by Sentient Lifeforms - MEK97:in4k:05: :
                         | ,,GMIDI,
robo.zip         3 +     Robo by Robo - TG97:in64:15:
robotnik.zip  2060 ****+ Robotnik by Rage - TG97:demo:02: : 486DX,,GUS/SB,8MB
rvl-ters.zip    14 ***   Terse by Babyloon of Zen, Revelation - LTP97:in4k:??:
                         | : ,,,
-----------------------------------------------------------
Demos from 1997 starting with "S"
path: /demos/1997/s/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
sck-adst.zip   873 ***   Angeldust by Shock - KER97:demo:01: : full of cliches
sck-reli.zip  1602 ***+  Religion by Shock - SCE97:demo:06: : ,,GUS1M/SB/PAS,
seks.zip      3636 ****  CNCD vs Orange by CNCD, Orange - TG97:demo:01: :
                         | ,,GUS/SB,
sen-smok.zip   476 **    Smoke & Mirrors by Sensorium : ,,GUS/SB,
sheeva.zip      86 ***   Sheeva by Immortals : ,,SB,
shianlee.zip  2566 ***+  Shian Lee by Bomb - VOL97:demo:01:
silence.zip      4 ***   Silence by Autopsy - KER97:in4k:??: : No P5,,,
silycone.zip     4 ***   Silycone by Spyko
smp-unfd.zip    77 ***   Unfinished by Sympathy - SNS97:in64:02: : ,,GUS,
smp_anim.zip   716 **+   Traho Anima by Sympathy - MEK97:demo:07: :
                         | P5,,GUS/SB,8MB
snabel.zip     414 +     Snabelmannen Anfaller by ??
snc_omna.zip    38 ****+ Omniscient (p300-360 versions) by Sanction -
                         | MEK97:in4k:01: : ,,GMIDI,
snc_omni.zip    13 ****+ Omniscient by Sanction - MEK97:in4k:01: : ,,GMIDI
sns_sday.zip  2787 ***+  Saturday by Spirit New Style - X97:demo:03: :
                         | P5,,GUS/SB,
sns_tdrm.zip     4 ****  The Dream by Spirit New Style - X97:in4k:01:
spiffmat.zip    25 *     Norge & Mat by Dureka - TG97:infs:07:
splatter.zip    15 **+   BBS Cudes by Who Knows : ,,Adlib,
spotlite.zip    63 ****  Spotlight by Funk - MEK97:in64:02:
st90core.zip  2745 ***   Segmentation Fault by Strontium 90 - MEK97:demo:02: :
                         | ,VESA,GUS/SB/PAS,16MB
stc_smky.zip   625 **+   Smokey by Static - JUH97:demo:11: :
                         | 486,,GUS/SB/PAS,6MB
ste-hir.zip     96 [n/a] Hotet I Rymden by Syntax Terror
stones.zip    2963 ***+  Stones by Promise - SCE97:demo:04: :
                         | P5,VESA,GUS/SB,16MB
stsp_sc.zip    437 ***   BBS Solid Cruise by Stasis, Purple : ,,GUS,SB
stupid_.zip   1196 *     Stupidity by N-Zone - VOL97:demo:07:
suspiria.zip  1386 ***   Suspiria by Xtatic - SNY97:demo:01: :
                         | DX4/100,,GUS1M/SB,8MB
swl_bof.zip     64 ***   Baptism of Fire by Swirl - GP97:in64:03: : P5,,GUS,4MB
syrnix.zip      81 ***   Syrnix by Fresh - SCE97:in64:11:
-----------------------------------------------------------
Demos from 1997 starting with "T"
path: /demos/1997/t/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
tbh_time.zip  1463 [n/a] Time by The Black Hazard - MEK97:demo:05: :
                         | ,,GUS/SB,8MB
tbtc_trs.zip  5362 **+   Torus by The Blue Torus Crew - X97:demo:08: :
                         | P5,SVGA,,
tchitchi.zip  3496 **    State of the Art - Ansi Remix by Pulpe, Saturne -
                         | VOL97:demo:05: : mono-text video of '92 Amiga demo -
                         | 486,,GUS,12MB
tdc-spit.zip  3440 **    Spit by Tha Dombo Cruwl - X97:demo:10:
text.zip      1871 ***   Text by Neon, $volkraq of Spetsnaz, Gollum -
                         | TG97:dtxt:03:
textatic.zip   728 ***   Textatic by The Enterprise Crew - TG97:dtxt:01:
tgm.zip         49 *+    Tunnels Gravende Mollen by TSD - X97:in64:08:
thrust.zip      60 ***   Thrust by Outlaw Triad - X97:in64:06:
tls_pgp.zip      2 ***   PGP by Cyberfish of TLS - TG97:in4k:07:
tonca.zip       65 **+   Tonca by Real - MEK97:in64:06:
toontown.zip   853 ***+  Toontown by Kolor - MEK97:demo:03:
torso2.zip     180 **+   Torso 2 by Mutante : COMA style - ,,GUS@210-240,
torture.zip     60 **+   Torture by Finix - MEK97:in64:08:
tothind.zip   4126 [n/a] Totalt Hindu by Rectum Cauda - TG97:demo:EE: :
                         | ,,GUS/SB,
tower.zip       63 ***+  Tower by Hypnotize - GP97:in64:04: :
                         | DX4/100,,GUS/SB,4MB
travel.zip      44 ***   Travel by K!O - GP97:in64:??: : DX4/100,,Adlib,
trio.zip       397 **    ? by Trio - P2B96:demo:02: : 486,,GUS/SB,
trx-nuwi.zip   367 **    The Nuclear Winter by T-Rex :
                         | 486DX4,VGA,GUS/SB/PAS/WSS,
tsfs.zip      3615 ***   The Search For Steve by Chaotic Order - TG97:demo:12:
                         | : 486-33,,GUS/SB,16MB
tulevu2.zip     18 *+    Tulevaisuus 2 by PWP - DMC97:in64:??: : 386,VGA-
                         | text,Adlib,
twelve.zip     780 **+   Twelve by Orca - TG97:demo:XX:
twine.zip        7 *+    Twine by ABC - SCE97:in4k:05:
twisted.zip   1018 [n/a] Twisted by Sublevel 3 - TG97:demo:14:
-----------------------------------------------------------
Demos from 1997 starting with "V"
path: /demos/1997/v/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
val_btc.zip     61 ***+  Brighten the Colors by Valhalla - X97:in64:01:
valentin.zip    29 **+   Valentine by Stones - GP97:in64:??:
velvet4.zip     62 ***+  Velvet 4 by Fatal Justice - MEK97:in64:03:
-----------------------------------------------------------
Demos from 1997 starting with "W"
path: /demos/1997/w/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
white.zip      498 *+    White Rabbit by CNC, Gimli : ,,GUS/SB,
wrubop.zip     250 ***   Wrubop by Blabla : ,,GUS/SB,
wtgdtk.zip     582 *+    What TG Did to Kajania by Kajania - TG97:demo:10:
-----------------------------------------------------------
Demos from 1997 starting with "X"
path: /demos/1997/x/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
x_ellent.zip  1684 **    Excellent by Excalibur - X97:demo:09: : ,,GUS/SB/PAS,
xaos2.zip       63 ***   Xaos 2 by Mist - GP97:in64:??:
xct_ouln.zip     9 ****+ Outline by Exact - KER97:in4k:01:
xmessf.zip      63 ***   X-Mess (final) by Sin - TP96:in64:15:
-----------------------------------------------------------
Demos from 1997 starting with "Y"
path: /demos/1997/y/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
ydl_onio.zip    52 ***   Onion by Yodel - TG97:in64:08:
-----------------------------------------------------------
Walnut Creek CDROM Documentation
path: /docs/
-----------------------------------------------------------
catalog.txt    Walnut Creek CDROM Product Catalog - English
catalog.fre    Walnut Creek CDROM Product Catalog - French
catalog.ger    Walnut Creek CDROM Product Catalog - German
catalog.ita    Walnut Creek CDROM Product Catalog - Italian
catalog.spa    Walnut Creek CDROM Product Catalog - Spanish
catalog.jpn    Walnut Creek CDROM Product Catalog - Japanese
pv.doc         Powerview Image Viewer documentation
view.doc       Documentation about the VIEW.EXE program on this CDROM
-----------------------------------------------------------
Graphics
path: /graphics/
-----------------------------------------------------------
disks/                   Graphics Disks
images/                  Images
programs/                Programs
-----------------------------------------------------------
Graphics Disks
path: /graphics/disks/
-----------------------------------------------------------
1996/             Graphics Disks from 1996
1997/             Graphics Disks from 1997
-----------------------------------------------------------
Graphics Disks from 1996
path: /graphics/disks/1996/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
0l_cerl1.zip    34 **    ??? by Cereal
pls_wild.zip  2055 ****+ Wild by Pulse
-----------------------------------------------------------
Graphics Disks from 1997
path: /graphics/disks/1997/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
artdisk.zip    755 ***   Artdisk Vol 1 by Spanish Lords : Pentium 100, 8mb ram,
                         | Rendered graphics
smoke.zip      601 ****  Smoke by Live : Artwork by Ukko and Haplo (8 pictures
                         | each), music by Shad.
tq-app.zip     597 ****+ Arcadia Pictures Pack by Arcadia : 4 Pictures
-----------------------------------------------------------
Images
path: /graphics/images/
-----------------------------------------------------------
1996/             Images from 1996
1997/             Images from 1997
-----------------------------------------------------------
Images from 1996
path: /graphics/images/1996/
-----------------------------------------------------------
a/                Images from 1996 starting with "A"
b/                Images from 1996 starting with "B"
c/                Images from 1996 starting with "C"
d/                Images from 1996 starting with "D"
e/                Images from 1996 starting with "E"
f/                Images from 1996 starting with "F"
g/                Images from 1996 starting with "G"
h/                Images from 1996 starting with "H"
i/                Images from 1996 starting with "I"
k/                Images from 1996 starting with "K"
l/                Images from 1996 starting with "L"
m/                Images from 1996 starting with "M"
n/                Images from 1996 starting with "N"
o/                Images from 1996 starting with "O"
p/                Images from 1996 starting with "P"
r/                Images from 1996 starting with "R"
s/                Images from 1996 starting with "S"
t/                Images from 1996 starting with "T"
u/                Images from 1996 starting with "T"
v/                Images from 1996 starting with "V"
w/                Images from 1996 starting with "W"
x/                Images from 1996 starting with "X"
-----------------------------------------------------------
Images from 1996 starting with "A"
path: /graphics/images/1996/a/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
aa_bar3d.zip    46 **    Bar 3d by Edo Uno - CAC96B:grtc:XX:
aa_gargo.zip    52 ***+  The Gargoyle by Coolhand - PS96:grtc:XX:
aa_image.zip   691 **+   GetImage by EdoUno - PS96:grfx:XX:
abc_clau.zip   106 ***   Claudie by Grass
abc_hell.zip    24 **    Hell by Storm - GRV96:grfx:??:
abc_land.zip   201 ****  Landing by Storm
abc_pien.zip    37 ****  Pani Pienkowa by Grass
abc_rect.zip    28 **    Reaction by Storm - GRV96:grtc:??:
abstract.zip    62 *     Abstract by Xfyl - PC96:grfx:??:
ai_dem-j.zip   112 **    Demon by Kal - CAC96B:grtc:??:
ai_evild.zip   118 ****  Evildick by Rendall - CAC96B:grfx:03:
ai_meemy.zip   115 ***+  Mee My and Eye by Rendall - PS96:grfx:01: : Amiga
                         | Graphics Competition Entry
ai_space.zip    96 ****+ Spaceship by Beast - TP96:grfx:??:
ai_sweet.zip   176 ****  Sweetheart by Rendal - TP96:grfx:04:
alienba.zip     68 ***   Alien Base by Mado - PS96:grtc:03:
angspace.zip    40 ***   Angspace by Falcor
atai.zip       586 **    Atai by Nek - WIR96:grtc:12: : 640x480x16m
axeman.zip     107 *+    Axeman by Piszur - PS96:grtc:XX:
-----------------------------------------------------------
Images from 1996 starting with "B"
path: /graphics/images/1996/b/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
bar.zip        495 ***+  Bar by Faran - WIR96:grtc:03: : 640x480x16m
bee.zip         96 **    Bee by Tomcsab - PS96:grtc:XX:
betafile.zip     7 +     Betafile by Thunder - PC96:grfx:??:
biz97.zip      211 *     Bizarre 97 by Dr. Badvibes - WIR96:grtc:18: :
                         | 640x480x16m
blah2.zip       31 **    Demolition Logo by Mosh - DML96B:gfst:08:
blm-absn.zip    87 *+    Abstruction by GreenPix7
blownawa.zip  1167 ****  Firestorm by Danny - TP96:grfx:03:
bmanhihs.zip    93 *     ??? by Gnd - SKE96:grfx:??:
book.zip        84 **+   Book by Aphys - CAC96B:grfx:XX:
bot.zip        235 **    Bots of Dawn by Thor - MOV96:grtc:05:
-----------------------------------------------------------
Images from 1996 starting with "C"
path: /graphics/images/1996/c/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
cma_sign.zip    19 ***+  Sign by Apatia - SKE96:grfx:??:
continum.zip    13 +     Continuum by Viznut - DML96B:grfx:06:
cookie.zip     664 ***   Cookie by Kvazar - PS96:grtc:XX:
crs-l2mb.zip    92 ***   Love to my Baby by Java
cyann.zip       18 **    ??? by Cyann - P2B96:gfst:??:
-----------------------------------------------------------
Images from 1996 starting with "D"
path: /graphics/images/1996/d/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
de-anima.zip    31 **+   De-Anima by Made - SAT96B:grfx:11:
demcom.zip     102 *     Demolition Logo by Warewolf - DML96B:gfst:14:
deml.zip        85 *     Demolition Logo by Viggin - DML96B:gfst:03:
deml1.zip      235 *     Demolition Logo by Wince - DML96B:gfst:01:
demo.zip         2 *     Demolition Logo by Knoll - DML96B:gfst:15:
demol1.zip      34 *     Demolition Logo by Catalysator - DML96B:gfst:06:
demol2.zip      22 **    Demolition Logo by Catalysator - DML96B:gfst:05:
demol4.zip     138 *+    Demolition Logo by Magna - DML96B:gfst:02:
demolit.zip     55 *     Demolition Logo by Zero - DML96B:gfst:11:
demolog.zip     67 **+   Demolition Logo by Argon - DML96B:gfst:12:
dfc-fish.zip   144 ***   Fish by Axxel - SAT96B:grfx:??:
diesel.zip     184 **    Diesel by ??? - PS96:grtc:XX:
dl_fture.zip   180 ***   Future by REM
dl_monk.zip    147 **    Monkey by Sk!p
dl_space.zip   164 ****  Space Port by REM
dlogo.zip       61 *     Demolition Logo by Blackhead - DML96B:gfst:04:
dorka.zip        6 **    Dorka by Stewaway - DML96B:grfx:04:
dq-vibes.zip    35 ***+  Vibes by Damaq - SKE96:grfx:07:
dragon.zip     564 **+   Battle Dragon by Blaise - CAC96B:grtc:XX:
ds-sss.zip      18 +     Summit's Sound System by Dark Spirit - MOV96:grfx:09:
-----------------------------------------------------------
Images from 1996 starting with "E"
path: /graphics/images/1996/e/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
easter.zip     303 **    Easter Isles by Gabe - PS96:grfx:XX:
eden377.zip     32 ***   Eden 377 by Made - TP96:grfx:02:
edexotic.zip     4 +     Exotic by Ed - SKE96:grfx:??:
einu.zip       164 +     Einu by ??? - SKE96:grfx:??:
el_guard.zip   507 ***+  The guard of Elodie by Voomie - WIR96:grtc:01: :
                         | 640x480x16m
emp_hunt.zip    43 *+    Hunter by Indy - CAC96B:grfx:XX:
energy.zip     218 *+    Energy by Starf0x - PC96:grtc:??:
escape.zip      61 **+   Escape by Horn
evilmani.zip   103 *     Evil Maniac by fj - P2B96:grfx:??: : 640x480x256
explorer.zip    76 ***   Explorer by Horn
-----------------------------------------------------------
Images from 1996 starting with "F"
path: /graphics/images/1996/f/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
fantasy.zip    131 ***+  Fantasy by Beef - PS96:grtc:02:
fcy_c102.zip    90 **+   Just a Picture by Airsmith - PS96:grtc:XX:
feets.zip      134 *+    Feets by Vlad - MOV96:grfx:04:
finalx.zip     110 **+   Final X by PSL - WIR96:grtc:08: : 640x480x16m
firehand.zip   151 **    Firehand by Piszur - PS96:grtc:XX:
fj-gfx.zip     117 **+   Stephanie by Evil Maniak - SAT96:grfx:19:
fred.zip        57 **    Mankind by Tex - P2B96:grfx:??: : 640x512x256
fv-hc_ph.zip   471 **    Holy Communion by X-tr0 - CAC96B:grtc:??:
-----------------------------------------------------------
Images from 1996 starting with "G"
path: /graphics/images/1996/g/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
glb-eng.zip     54 ***+  Global Engross by MCG - MEK96:grfx:07:
gnrszoba.zip    37 **    Guns 'n Roses Room with Slash by Dr.No - PS96:grtc:XX:
grenat.zip      17 ***   ??? by Grenat - P2B96:grfx:??: : 640x480x256
griffin3.zip    60 *+    Griffin by E-mage - PC96:grfx:??:
groom.zip       62 **    Groom by Horn
grs_masq.zip    77 ***   Masquerade by Grass - CAC96B:grfx:XX:
grs_wood.zip   142 ***+  Woody by Grass - GRV96:grfx:??:
-----------------------------------------------------------
Images from 1996 starting with "H"
path: /graphics/images/1996/h/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
hades.zip       43 *+    ??? by Hades - P2B96:grfx:??: : 640x480x256
hades2.zip      61 **    ??? by Hades - P2B96:grfx:??: : 640x400x16m
haplogfx.zip    40 ***+  ??? by Haplo - SAT96B:grfx:??:
hc_alien.zip    95 **+   Alien World by Blackhand - CAC96B:grfx:XX:
hc_wild.zip    423 **    Wild by Pirat - PS96:grtc:XX:
-----------------------------------------------------------
Images from 1996 starting with "I"
path: /graphics/images/1996/i/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
idaf.zip        53 **    Is Dat a Face by Enok - PS96:grfx:XX:
impcybor.zip    80 ****+ Cyborg by BenJ - MEK96:grfx:01:
imphound.zip    39 ****  Hound Attack by BenJ - SAT96B:grfx:XX:
impsnake.zip    25 ****  Snakewoman by BenJ
impspecs.zip    43 ****  Species by BenJ - WIR96:grfx:02:
-----------------------------------------------------------
Images from 1996 starting with "K"
path: /graphics/images/1996/k/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
kanion.zip      43 **+   Kanion by Horn
keiju.zip      242 **+   Keiju and Krumppi by Jogi - DML96B:grfx:01:
kis.zip         33 +     Kis by ??? - SKE96:grfx:??:
knights.zip     22 **    Knights by ??? - SKE96:grfx:??:
-----------------------------------------------------------
Images from 1996 starting with "L"
path: /graphics/images/1996/l/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
l_etoile.zip   161 **+   L'toile by VelluV - SKE96:grfx:??:
laama.zip       93 *     Laama by Kleptomaniac - DML96B:grfx:05:
lazur_zm.zip   668 ****  Zoom by Lazur - TP96:grfx:35:
logoby.zip      44 +     Demolition Logo by Orbis - DML96B:gfst:09:
logosign.zip    21 *+    Demolition Logo by Kleptomaniac - DML96B:gfst:10:
-----------------------------------------------------------
Images from 1996 starting with "M"
path: /graphics/images/1996/m/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
manhead.zip     40 *+    Man Head by EZ Man
marzusat.zip   255 ***+  Hygiene by Mario - SAT96B:grtc:??:
melkor2.zip    474 *+    Melkor by ??? - P2B96:grtc:??:
mercredi.zip    19 ***   Shad and My Sister by Haplo - TP96:grfx:14:
micky.zip       88 *     ??? by ??? - P2B96:grfx:??: : 230x640x16m
mindwife.zip    91 **    Mindwife by Hexagon - DML96B:grfx:07:
mistreat.zip    37 **+   Mistreated by Saffron - TP96:grfx:62:
mnc-msat.zip   123 *+    MSAT by Monacos - PC96:grfx:??:
molition.zip    44 *     Demolition Logo by Sledgehammer - DML96B:gfst:13:
motions.zip     70 **+   Motions by Cork - SKE96:grfx:??:
multidoo.zip    27 ***+  "Multidoodle" by Mazor - TP96:grfx:01:
mystic.zip      64 ****  Mystical by Madman - SAT96B:grtc:??:
-----------------------------------------------------------
Images from 1996 starting with "N"
path: /graphics/images/1996/n/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
naga.zip        53 ***   Green Naga by Blaise - PS96:grfx:XX:
nature.zip     116 ***   Nature by Tomcsab - PS96:grtc:XX:
next.zip        22 **    Next by Mixi - CAC96B:grfx:XX:
-----------------------------------------------------------
Images from 1996 starting with "O"
path: /graphics/images/1996/o/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
oposite.zip    110 ***+  Oposite by Deepspace - MOV96:grtc:03:
ox_gfx1.zip     86 ****+ Machination by Ox
-----------------------------------------------------------
Images from 1996 starting with "P"
path: /graphics/images/1996/p/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
paris.zip      367 **+   Paris by Kenet - WIR96:grtc:05: : 640x480x16m
patrol.zip      48 **+   Patrol by Horn
pc96_nek.zip   891 *+    The Cavern Temple by Nek - PC96:grtc:??:
pkapu.zip       22 *     Pokol Kapuja by Jam - CAC96B:grfx:XX:
pls_smok.zip   610 ****  Smok by Lazur - GRV96:grfx:01:
pna_mage.zip   131 ***   Mage by Pineapple - SKE96:grfx:??:
poc.zip        114 ***   Pyramid of Chaos by CybroID - PS96:grtc:XX:
porno2.zip       2 +     Porno 2 by ??? - SKE96:grfx:??:
portrait.zip   138 **+   Portrait by Grass - PS96:grfx:XX:
ptb4_g01.zip   279 *     ??? by Dizzy Tool8 - P2B96:grfx:??: : 640x952x256
ptb4_g02.zip   414 *     ??? by ??? - P2B96:grfx:??: : 507x477x16m
ptb4_g03.zip   146 ***   ??? by Lord - P2B96:grfx:??: : 640x512x256
ptb4_l01.zip   291 **    ??? by ??? - P2B96:gfst:??:
ptb4_l04.zip    16 +     ??? by ??? - P2B96:gfst:??:
ptb4_r01.zip   604 **    ??? by ??? - P2B96:grtc:??:
ptb4_r02.zip    82 **+   ??? by Yode - P2B96:grtc:??:
ptb4_r03.zip  1067 **+   ??? by ??? - P2B96:grtc:??:
-----------------------------------------------------------
Images from 1996 starting with "R"
path: /graphics/images/1996/r/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
riddle.zip      64 **+   Riddle by Piszur - PS96:grtc:XX:
rtc_clmx.zip    28 ***   Climax by Decent Hobo - MEK96:grfx:06:
-----------------------------------------------------------
Images from 1996 starting with "S"
path: /graphics/images/1996/s/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
s_oito.zip     344 *+    Santo Oido by Tiago Prado - PC96:grtc:??:
sck-cast.zip    49 ***+  Castle by True - PS96:grtc:01:
sck-meta.zip    60 ****  Metal by Das - PS96:grfx:02:
sck-ript.zip   164 ****  Riptide by Das - CAC96B:grfx:01:
scully.zip      36 **    Scully by Badjack - SKE96:grfx:??:
shaitnhl.zip    81 *     HL by ??? - SKE96:grfx:??:
show1.zip      225 **    ? by ? - WIR96:grtc:??: : 640x480x16m
sivatag.zip     96 *+    Sivatag by Gora - CAC96B:grfx:XX:
slayer.zip      10 +     William by Sgt. Slayer - P2B96:grfx:??: : 320x200x16m
slic.zip        91 *     Slic by ??? - P2B96:grtc:??:
spd-solo.zip   239 **    Speeder-solo by SFC, Xortianc - WIR96:grtc:09: :
                         | 640x480x16m
spider_f.zip    62 *+    Ensnare by a Spider by Ward - CAC96B:grtc:02:
storm.zip      365 ***   Stormbringer by Eracore - TP96:grtc:??:
stowkomp.zip    29 ***   Kompo by Stow - SKE96:grfx:??:
strfauna.zip   616 **+   Strange Fauna by Mom, TR - WIR96:grtc:10: :
                         | 640x480x16m
sundown.zip     38 **+   Sundown by ??? - PS96:grfx:XX:
superman.zip    18 *     Superman by Aranymokus - CAC96B:grfx:XX:
supertea.zip   326 **    Supertea by Tyby - WIR96:grtc:04: : 640x480x16m
-----------------------------------------------------------
Images from 1996 starting with "T"
path: /graphics/images/1996/t/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
temple.zip      83 **+   Temple by Horn
tentacle.zip   861 **+   Tentacle by Xfyl - PC96:grtc:??:
tgdml.zip       66 +     Demolition Logo by Hupeman, Hotwire - DML96B:gfst:07:
thelight.zip    62 ****  The Light by Odin - DML96B:grfx:02:
theo.zip       271 *     ??? by Theo - P2B96:grfx:??: : 580x353x16m
totalagr.zip    42 ****  Total Agressive by Mindeye - DML96B:grfx:03:
twilight.zip    54 **+   Twilight by Horn
-----------------------------------------------------------
Images from 1996 starting with "T"
path: /graphics/images/1996/u/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
univers2.zip   117 **    Universe 2 by Horn
universe.zip    66 **    Universe by Horn
-----------------------------------------------------------
Images from 1996 starting with "V"
path: /graphics/images/1996/v/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
v_dragon.zip    80 ***   Dragon by Vlad - MOV96:grtc:01:
valveila.zip   183 **+   Valviela by Embryo - SKE96:grfx:??:
velluvco.zip    48 ***+  Compo by Velluv - SKE96:grfx:??:
vibes.zip       25 ***+  Vibes by ??? - SKE96:grfx:??:
voyage.zip      36 **+   Voyage by Cereal - CAC96B:grfx:XX:
vr.zip          94 ***   VR by Malac - CAC96B:grtc:XX:
-----------------------------------------------------------
Images from 1996 starting with "W"
path: /graphics/images/1996/w/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
warfare.zip    170 **    Warfare by Night Deamon - MOV96:grtc:02:
wired4.zip      88 ***   Wired UMB by AJT - WIR96:grtc:02: : 640x480x16m
wired96.zip    467 *     Wired 96 by Groopy - WIR96:grtc:15: : 640x480x16m
wizard.zip      50 *     Wizard by Condor, Bh - DML96B:grfx:08:
wolvie.zip      71 *+    Wolvie by Starf0x, Fad - PC96:grfx:??:
wrd_layn.zip    39 ***   Laying With the Brutality by Ward - PS96:grfx:01:
-----------------------------------------------------------
Images from 1996 starting with "X"
path: /graphics/images/1996/x/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
xfiles.zip      17 +     X-files by Bordeaoux - CAC96B:grfx:XX:
xor-hgod.zip   129 **    Homegrown God by Exorcist
-----------------------------------------------------------
Images from 1997
path: /graphics/images/1997/
-----------------------------------------------------------
a/                Images from 1997 starting with "A"
b/                Images from 1997 starting with "B"
c/                Images from 1997 starting with "C"
d/                Images from 1997 starting with "D"
e/                Images from 1997 starting with "E"
f/                Images from 1997 starting with "F"
g/                Images from 1997 starting with "G"
h/                Images from 1997 starting with "H"
i/                Images from 1997 starting with "I"
j/                Images from 1997 starting with "J"
k/                Images from 1997 starting with "K"
l/                Images from 1997 starting with "L"
m/                Images from 1997 starting with "M"
n/                Images from 1997 starting with "N"
o/                Images from 1997 starting with "O"
p/                Images from 1997 starting with "P"
q/                Images from 1997 starting with "Q"
r/                Images from 1997 starting with "R"
s/                Images from 1997 starting with "S"
t/                Images from 1997 starting with "T"
v/                Images from 1997 starting with "V"
w/                Images from 1997 starting with "W"
x/                Images from 1997 starting with "X"
-----------------------------------------------------------
Images from 1997 starting with "A"
path: /graphics/images/1997/a/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
a-reign2.zip   336 ***+  Animal Reign by Made - X97:grfx:02:
abc_cybp.zip   140 ****  Cyber Parrot by Grass - GP97:grfx:02: : 640x480x256
abc_fail.zip   184 **+   Failure by Storm - GP97:grtc:01: : 640x480x16m
ai_cicmi.zip   162 **    Cicmic by Beast - MEK97:grfx:??: : 640x512x256
anger.zip       29 **+   Anger by MSW - X97:grfx:13:
-----------------------------------------------------------
Images from 1997 starting with "B"
path: /graphics/images/1997/b/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
bay51.zip      127 ****  Bay 51 by Infinity - SNY97:grtc:01: : 640x480x16m
bible.zip       46 **    The Holy Schyzo by Devil Debil - SCE97:grtc:XX:
birds.zip      309 ***   Birds by True - SCE97:grtc:02:
bjt-trak.zip    12 **+   Min Traktor Svarer Inte by Bejrutt : 320x200x256
bleakhor.zip   152 **    Bleak Horizon by Snykers - SNY97:grtc:02: :
                         | 640x480x256
bobablst.zip    21 ***+  Bobablast by Acryl - X97:grfx:06: : Tied for 6th place
-----------------------------------------------------------
Images from 1997 starting with "C"
path: /graphics/images/1997/c/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
cd-wolv.zip     88 **    Wolverin by Count Dracula - X97:grfx:12:
clashs3t.zip   243 ****  Clash by Scorpik, Lester - SCE97:grtc:05:
claudia.zip     47 ***   Claudia by Void - SNY97:grfx:02: : 640x480x16, Claudia
                         | Schiffer
cs-burke.zip   283 **+   Sam Burke PD by Cyclops - X97:grfx:10:
-----------------------------------------------------------
Images from 1997 starting with "D"
path: /graphics/images/1997/d/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
dorothy.zip     96 ***   Dorothy by Bonifacy - GP97:grfx:??: : 640x480x256
-----------------------------------------------------------
Images from 1997 starting with "E"
path: /graphics/images/1997/e/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
eggcartn.zip   220 *+    Egg Carton by Nexus - SNY97:grtc:03: : 640x480x16m
-----------------------------------------------------------
Images from 1997 starting with "F"
path: /graphics/images/1997/f/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
fdg_jpic.zip    12 ****  Jakoob by Seth, Echo - TG97:grfx:??: : 320x200x256
floaty.zip      63 ***   Floaty by Das - SCE97:grfx:01:
fuck.zip        58 *+    Fuck It by The Axe - X97:grfx:16:
-----------------------------------------------------------
Images from 1997 starting with "G"
path: /graphics/images/1997/g/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
gettime.zip     46 ***+  Gettime by Edouno - SCE97:grfx:03:
grs_dres.zip    31 ***+  Dre-siara by Grass
-----------------------------------------------------------
Images from 1997 starting with "H"
path: /graphics/images/1997/h/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
heaven.zip     480 **    Heaven by Henk - X97:grfx:08:
heidi.zip       26 ****  Heidi by Haplo - LTP97:grfx:02:
-----------------------------------------------------------
Images from 1997 starting with "I"
path: /graphics/images/1997/i/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
imp_awak.zip   353 ****  Awaken by Benji - X97:grfx:01:
ix970301.zip    71 ***+  Auricom's Anti Gravity Machine by Kazumix :
                         | 1024x768x16m - Rendered image
-----------------------------------------------------------
Images from 1997 starting with "J"
path: /graphics/images/1997/j/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
jnt_shld.zip   134 ***   Shadow Lady by Junta : 460x480x64k
-----------------------------------------------------------
Images from 1997 starting with "K"
path: /graphics/images/1997/k/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
kathleen.zip    59 ***+  Kathleen by Infinity - SNY97:grfx:01: : 320x256x256
katowice.zip    33 ****  Katowice by Lazur - GP97:grfx:04: : 640x480x16m
kp0054.zip      61 *     Four Jets by Kayputk
-----------------------------------------------------------
Images from 1997 starting with "L"
path: /graphics/images/1997/l/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
lust7sin.zip   803 ***   Lust - The 7th Sin by Lowlife - X97:grfx:03:
-----------------------------------------------------------
Images from 1997 starting with "M"
path: /graphics/images/1997/m/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
maid.zip        41 *+    Maid by Souri - SNY97:grfx:04: : 320x256x256
mantis.zip     155 *+    Mantis by Blaise - SCE97:grfx:06:
martiang.zip    41 ***+  Martian by Kvazar - SCE97:grfx:05:
mbitch.zip     211 ***   Mbitch by Gabe - SCE97:grfx:04:
mgfreak.zip     28 ***+  Mgfreak by ??? - SCE97:grfx:13:
myentry.zip      2 +     My Entry by Goblin - SNY97:grfx:05: : 320x200x256
-----------------------------------------------------------
Images from 1997 starting with "N"
path: /graphics/images/1997/n/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
nf-babe.zip     41 ***   Babe by NF - X97:grfx:05:
-----------------------------------------------------------
Images from 1997 starting with "O"
path: /graphics/images/1997/o/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
orange.zip      27 +     Orange by Storm - SNY97:grtc:04: : 640x480x16m
-----------------------------------------------------------
Images from 1997 starting with "P"
path: /graphics/images/1997/p/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
pcn_hous.zip   204 **    House by Rem - SCE97:grtc:??: : 640x480x256c
pcn_tank.zip   235 **+   Tank by Toudi - GP97:grtc:03: : 640x480x16m
pcn_xfsn.zip   147 ***+  Extreme Fashion by X-man - VOL97:grfx:??: :
                         | 640x480x256
pose.zip       400 **+   Pose by Rack - SCE97:grfx:10:
-----------------------------------------------------------
Images from 1997 starting with "Q"
path: /graphics/images/1997/q/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
qd-angel.zip   652 ***+  Angels by Necronomicon - X97:grtc:01:
-----------------------------------------------------------
Images from 1997 starting with "R"
path: /graphics/images/1997/r/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
rvl-baby.zip    16 ***+  Revelation by Axxel : 320x200x256
rvl-iced.zip   123 ***   Iced by Axxel - LTP97:grfx:03:
-----------------------------------------------------------
Images from 1997 starting with "S"
path: /graphics/images/1997/s/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
shrine.zip      50 ****  Shrine by Triton of Exceed - SCE97:grtc:01:
sinsear.zip     78 **+   Sinsear by Neuron - SNY97:grfx:03: : 640x256x128
sk-beach.zip    44 *+    Beach by Skylla - X97:grfx:17:
stacy482.zip   294 **+   Stacey 482 by Facade - X97:grfx:06: : Tied for 6th
                         | place
suresht_.zip    53 ****  Sureshot by Made - LTP97:grfx:01:
-----------------------------------------------------------
Images from 1997 starting with "T"
path: /graphics/images/1997/t/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
tears.zip       54 ***   Tears by Lazur - SCE97:grfx:07:
tfm-x97.zip     58 *+    Lady in Black by TFM - X97:grfx:11:
thrall.zip      23 ***+  Thrall by Off - LTP97:grfx:XX:
-----------------------------------------------------------
Images from 1997 starting with "V"
path: /graphics/images/1997/v/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
vorlonhw.zip   166 +     Vorlon Home World by Krion - SNY97:grtc:05: :
                         | 640x480x16m
-----------------------------------------------------------
Images from 1997 starting with "W"
path: /graphics/images/1997/w/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
wavevoid.zip    52 **    Void to Reality by Waverider
whipped.zip    501 **+   Whipped Cream by Mirage - X97:grfx:09:
winter.zip      48 **+   Winter by Hendrik Falk
worlock1.zip    79 ***+  Worlock by Lucky - GP97:grfx:05: : 640x480x16m
wrd_vict.zip    79 ***+  Victim of the Fate by Ward - SCE97:grfx:02:
-----------------------------------------------------------
Images from 1997 starting with "X"
path: /graphics/images/1997/x/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
x_gfx97.zip    113 *+    The Cloak of Darkness by Fatal Vision - X97:grfx:14: :
                         | Tied for 14th place
-----------------------------------------------------------
Programs
path: /graphics/programs/
-----------------------------------------------------------
editors/                 Editors
-----------------------------------------------------------
Editors
path: /graphics/programs/editors/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
char_122.zip    95       Char Editor 1.22 by Escape
gfx2b93.zip    399       Grafx 2.00 Beta 93 by Sunset Design : Multi-resolution
                         | bitmap paint program
gfx2b946.zip   370       Grafx 2.00 by Sunset Design : Beta 94.666, a multi
                         | resolution bitmap paint program
-----------------------------------------------------------
Information (Newsletters)
path: /info/
-----------------------------------------------------------
audiofil/ascii/          Info (Audiophile)
cds/                     Info (CDROMs)
contact/                 Info (contact information)
demonews/                Info (DemoNews)
people/                  Info (people)
traxweek/                Info (TraxWeekly)
-----------------------------------------------------------
Info (Audiophile)
path: /info/audiofil/ascii/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
audiofil.001    72       Audiofile #1
audiofil.002    60       Audiofile #2
-----------------------------------------------------------
Info (CDROMs)
path: /info/cds/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
anthoman.zip   194       Mods Anthology Manager : DataBase of Mods Anthology
                         | files
cd3nfo11.zip    30       A.C.E. CD-ROM #3 info package v1.1
cd4adv10.zip   587       A.C.E. CD-ROM #4 advertisement v1.0
cd4nfo10.zip    28       A.C.E. CD-ROM #4 info package v1.0
dreamcd2.zip    15       Dreams CDROM Information v2.0 by Imphobia
esc-pcb.zip     81       Use Escape CD with PCBoard BBS
escintro.zip   300       The Escape CD Intro by Hornet
fredom_c.zip    17       Comments on the Freedom CD
freedom.zip    300       The Freedom CD Intro
hu_allf.zip     35       Hornet Underground CDROM File Listings by Hornet
hu_cover.jpg     5       Cover shot of the Hornet Underground CDROM by Hornet
hu_info.zip      3       Hornet Underground CDROM Information by Hornet
s96cdnfo.zip   293       Scene '96 Info Pack
-----------------------------------------------------------
Info (contact information)
path: /info/contact/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
del03.zip        5       The Official Demogroup E-Mail List #03 by Scout,
                         | Sleeping Dog, Sam
group414.zip    28       Zyklop Group Acronyms List v4.14 by Yogi : more than
                         | 400 groups listed including infos about the crew!
                         | Also included are group and party acronyms lists
-----------------------------------------------------------
Info (DemoNews)
path: /info/demonews/
-----------------------------------------------------------
1996/             DemoNews from 1996
1997/             DemoNews from 1997
other/            DemoNews (additional)
-----------------------------------------------------------
DemoNews from 1996
path: /info/demonews/1996/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
demonews.130    58       DemoNews 130 - 22 Sep 1996 by Hornet
demonews.131    62       DemoNews 131 - 30 Sep 1996 by Hornet
demonews.132    62       DemoNews 132 - 19 Oct 1996 by Hornet
demonews.133    49       DemoNews 133 - 11 Nov 1996 by Hornet
demonews.134    86       DemoNews 134 - 24 Nov 1996 by Hornet
demonews.135    28       DemoNews 135 - 01 Dec 1996 by Hornet
demonews.136    53       DemoNews 136 - 08 Dec 1996 by Hornet
demonews.137    46       DemoNews 137 - 21 Dec 1996 by Hornet
-----------------------------------------------------------
DemoNews from 1997
path: /info/demonews/1997/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
demonews.138    56       DemoNews 138 - 12 Jan 1997 by Hornet
demonews.139    61       DemoNews 139 - 26 Jan 1997 by Hornet
demonews.140    60       DemoNews 140 - 30 Jan 1997 by Hornet
demonews.141    58       DemoNews 141 - 02 Feb 1997 by Hornet
demonews.142    59       DemoNews 142 - 05 Feb 1997 by Hornet
demonews.143    59       DemoNews 143 - 23 Feb 1997 by Hornet
demonews.144    59       DemoNews 144 - 19 Mar 1997 by Hornet
demonews.145    60       DemoNews 145 - 18 Apr 1997 by Hornet
demonews.146   111       DemoNews 146 - 11 May 1997 by Hornet
demonews.147    97       DemoNews 147 - 29 Jun 1997 by Hornet
-----------------------------------------------------------
DemoNews (additional)
path: /info/demonews/other/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
dn114_3d.zip    14       Introduction to 3D Programming - Article #1 by Kiwidog
                         | of Hornet, Terraformer : from DemoNews.114
dn116_3d.zip    18       Introduction to 3D Programming - Article #2 by Kiwidog
                         | of Hornet, Terraformer : from DemoNews.116
dn144_su.zip    13       DemoNews 144 Supplemental by Hornet : Upload listings
                         | that wouldn't fit in DemoNews.144
dn145_su.zip    12       DemoNews 145 Supplemental by Hornet : Upload listings
                         | that wouldn't fit in DemoNews.145
dnr144.zip      81       DemoNews Reader v1.44 by Phoenix of Hornet
sh-grace.jpg    73       Grace by shaithis of Immortal Coil : supplemental to
                         | DemoNews.133
vgahard1.zip    32       VGA Hardware Tricks 1 by Trixter of Hornet : from
                         | DemoNews.107
vgahard2.zip    93       VGA Hardware Tricks 2 by Trixter of Hornet : from
                         | DemoNews.108
vgahard3.zip   318       VGA Hardware Tricks 3 by Trixter of Hornet : from
                         | DemoNews.111
vgahard4.zip   189       VGA Hardware Tricks 4 by Trixter of Hornet : from
                         | DemoNews.116
vgahrd25.zip   209       VGA Hardware Tricks 2.5 by Trixter of Hornet : from
                         | DemoNews.110
-----------------------------------------------------------
Info (people)
path: /info/people/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
addict.gif      21       Personal Image by Addict
ae.gif          62       Personal Image by AE
ambient.gif     82       Personal Image by Ambient
atlantic.gif    47       Personal Image by Atlantic
axl.gif        141       Personal Image by Axl
azure.gif       25       Personal Image by Azure
beandip.gif      9       Personal Image by Bean Dip
bigjim.gif      22       Personal Image by Big Jim
bone.gif        34       Personal Image by Bone
brainsto.gif    82       Personal Image by Brainstorm
bwolf.gif       33       Personal Image by Blackwolf
char.gif        38       Personal Image by Charlatan?
denthor.gif     34       Personal Image by Denthor
dynabyte.gif    26       Personal Image by Dynabyte
godhead.gif     28       Personal Image by GodHead
gooroo.gif       6       Personal Image by GooRoo
hadji.gif       29       Personal Image by Hadji
hench.gif       20       Personal Image by Henchman
henrix.gif      41       Personal Image by Henrix
hqn.gif          5       Personal Image by Harlequin
ink.gif          3       Personal Image by Ink
jailcode.gif    22       Personal Image by Jailcode
jayntrev.jpg    23       Personal Image by Jay, Trev
karl1.jpg       32       Personal Image by Karl
lb1.jpg         35       Personal Image by LB
maelcum.gif      7       Personal Image by Maelcum
matrix.gif      20       Personal Image by Matrix
moomin.gif      31       Personal Image by Moomin
mrfanati.gif    22       Personal Image by Mr. Fanatic
muuma.jpg       68       Personal Image by Muuma
necros.gif      27       Personal Image by Necros
nexus.gif       96       Personal Image by Nexus
nova.jpg       239       Personal Image by Nova
oc.gif          30       Personal Image by Otto Chrons
phire.jpg        8       Personal Image by Phire
phurion.gif     57       Personal Image by Phurion
pitbull.gif      2       Personal Image by Pitbull
popcorn.jpg     78       Personal Image by Popcorn
pyro_1.gif      50       Personal Image by Pyromaniac
quarlaur.gif    88       Personal Image by Quarex
reebok.jpg      94       Personal Image by Reebok
rpenguin.gif    13       Personal Image by Red Penguin
saigon.gif      62       Personal Image by Miss Saigon
sandman.gif      8       Personal Image by Sandman
saracen.gif      6       Personal Image by Saracen
sasqatch.gif    12       Personal Image by Sasqatch
shadowh.gif     21       Personal Image by Shadow Hunter
sinister.gif    39       Personal Image by Sinister
skaven.gif      36       Personal Image by Skaven
thefaker.gif    19       Personal Image by The Faker
trug.gif        27       Personal Image by Trug
vivid.zip       39       Personal Image by Vivid
volt.gif        10       Personal Image by Volt
wwizard.gif     23       Personal Image by White Wizard
zab.jpg         56       Personal Image by Zab
zapper.gif      72       Personal Image by Zapper
-----------------------------------------------------------
Info (TraxWeekly)
path: /info/traxweek/
-----------------------------------------------------------
1996/             TraxWeekly from 1996
1997/             TraxWeekly from 1997
other/            TraxWeekly (additional)
-----------------------------------------------------------
TraxWeekly from 1996
path: /info/traxweek/1996/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
traxweek.071    25       TraxWeekly 071 - 12 Sep 1996
traxweek.072    23       TraxWeekly 072 - 20 Sep 1996
traxweek.073    34       TraxWeekly 073 - 11 Oct 1996
traxweek.074    20       TraxWeekly 074 - 18 Oct 1996
traxweek.075    22       TraxWeekly 075 - 25 Oct 1996
traxweek.076    37       TraxWeekly 076 - 07 Nov 1996
traxweek.077    45       TraxWeekly 077 - 14 Nov 1996
traxweek.078    45       TraxWeekly 078 - 22 Nov 1996
traxweek.079    31       TraxWeekly 079 - 06 Dec 1996
traxweek.080    61       TraxWeekly 080 - 11 Dec 1996
traxweek.081    58       TraxWeekly 081 - 19 Dec 1996
traxweek.082    22       TraxWeekly 082 - 25 Dec 1996
-----------------------------------------------------------
TraxWeekly from 1997
path: /info/traxweek/1997/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
traxweek.083    18       TraxWeekly 083 - 02 Jan 1997
traxweek.084    31       TraxWeekly 084 - 09 Jan 1997
traxweek.085    57       TraxWeekly 085 - 16 Jan 1997
traxweek.086    33       TraxWeekly 086 - 26 Jan 1997
traxweek.087    47       TraxWeekly 087 - 30 Jan 1997
traxweek.088    38       TraxWeekly 088 - 14 Feb 1997
traxweek.089    49       TraxWeekly 089 - 27 Feb 1997
traxweek.090    28       TraxWeekly 090 - 06 Mar 1997
traxweek.091    14       TraxWeekly 091 - 13 Mar 1997
traxweek.092    51       TraxWeekly 092 - 20 Mar 1997
traxweek.093    38       TraxWeekly 093 - 27 Mar 1997
traxweek.094    39       TraxWeekly 094 - 09 Apr 1997
traxweek.095    21       TraxWeekly 095 - 17 Apr 1997
traxweek.096    53       TraxWeekly 096 - 01 May 1997
traxweek.097    51       TraxWeekly 097 - 08 May 1997
traxweek.098    52       TraxWeekly 098 - 16 May 1997
traxweek.099    22       TraxWeekly 099 - 22 May 1997
traxweek.100    58       TraxWeekly 100 - 29 May 1997
traxweek.101    41       TraxWeekly 101 - 12 Jun 1997
traxweek.102    54       TraxWeekly 102 - 20 Jun 1997
traxweek.103    50       TraxWeekly 103 - 27 Jun 1997
-----------------------------------------------------------
TraxWeekly (additional)
path: /info/traxweek/other/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
traxweek.let    24       TraxWeekly Letters - 07 Dec 1996
tw_100th.zip   764       TraxWeekly Issues 50-100 - 22 May 1996
-----------------------------------------------------------
Diskmags
path: /mags/
-----------------------------------------------------------
1994/             Diskmags from 1994
1995/             Diskmags from 1995
1996/             Diskmags from 1996
1997/             Diskmags from 1997
-----------------------------------------------------------
Diskmags from 1994
path: /mags/1994/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
scenial.zip    688 ****  Scenial by Access Denied : Includes 3 songs by Purple
                         | Motion
-----------------------------------------------------------
Diskmags from 1995
path: /mags/1995/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
bistro.zip     488 ***   Bistro by Mindprobe
-----------------------------------------------------------
Diskmags from 1996
path: /mags/1996/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
bsr-0007.zip    10 **    Belgian Scene Report Issue 7 by Baxter : Text Magazine
bsr-0008.zip    11 **    Belgian Scene Report Issue 8 by Baxter : Text Only
cheese6.zip    251 *     Cheese #6 by Cheese Team
cheese7.arj    188 **    Cheese #7 by Cheese Team
cheese8.zip    281 **    Cheese #8 by Cheese Team
cheese9.zip    245 **+   Cheese Issue 9 by Cheese Team
pain0396.zip   271 **+   Pain March 1996 Issue by Pain
pain0496.zip   335 **+   Pain April 1996 Issue by Pain
pain0596.zip   197 **+   Pain May 1996 Issue by Pain
pain0696.zip   157 **+   Pain June 1996 Issue by Pain
pain0796.zip   144 **+   Pain July 1996 Issue by Pain
pain0996.zip   151 **+   Pain September 1996 Issue by Pain
pain1196.zip   260 **+   Pain November 1996 Issue by Pain
sub00004.zip   761 **+   Subkult Issue 4 by Dr. Dyregod & Ko
synmag1a.zip  1476 **    Syndicate Net Diskmag #1 by The Artists of Toronto
                         | [1/3]
synmag1b.zip  1423 **    Syndicate Net Diskmag #1 by The Artists of Toronto
                         | [2/3]
synmag1c.zip   719 **    Syndicate Net Diskmag #1 by The Artists of Toronto
                         | [3/3]
-----------------------------------------------------------
Diskmags from 1997
path: /mags/1997/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
bsr-0009.zip    10 **    Belgian Scene Report Issue 9 by Baxter
bsr-0010.zip    18 **    Belgian Scene Report Issue 10 by Baxter
cheese11.zip   284 **    Cheese Issue 11 by Cheese Team
cheese12.zip   256 **    Cheese Issue 12 by Cheese Team
pain0197.zip   410 ***   Pain January 1997 Issue by Pain
pain0397.zip   181 **    Pain 03/97 by Pain
rc-vol01.zip   210 **+   Volvo Issue 1 by Rectum Cauda
-----------------------------------------------------------
Party Files (Invitations, Results, Reports, etc.)
path: /party/
-----------------------------------------------------------
invites/          Invitations
misc/             Miscellaneous
pictures/         Pictures
reports/          Reports
results/          Results
-----------------------------------------------------------
Invitations
path: /party/invites/
-----------------------------------------------------------
1993/             Party Invitations from 1993
1994/             Party Invitations from 1994
1995/             Party Invitations from 1995
1996/             Party Invitations from 1996
1997/             Party Invitations from 1997
-----------------------------------------------------------
Party Invitations from 1993
path: /party/invites/1993/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
inbloom.lzh     88 **+   In Bloom '93 Invitation Intro by TSI
-----------------------------------------------------------
Party Invitations from 1994
path: /party/invites/1994/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
abintro.zip    158 ***+  Abduction '94 Invitation Intro by Mindprobe - ABD94:::
bizarre.arj    180 ***+  Bizarre '94 Invitation Intro by Acme - BIZ94:::
g-prbfix.zip   135 **    General Probe '95 Invitation Intro by Adrar Design
meeting.zip     93 **+   The Meeting Invitation Intro by SuccesS
-----------------------------------------------------------
Party Invitations from 1995
path: /party/invites/1995/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
a95inv.zip     726 ***+  Assembly '95 Invitation Intro by EMF - ASM95:::
abd95inv.zip   207 ***+  Abduction '95 Invitation Intro by Mindprobe - ABD95:::
asm95inf.zip    11       Assembly '95 Pre-Invitation Info - ASM95:::
asm95pur.zip   288 **+   Assembly '95 Plane Trip Intro by Pure - ASM95:::
boozin95.zip   322 ***+  Boozembly '95 Invitation Intro by Complex, CNCD
btrip95f.zip   138 **+   The Party 5 Munich Bus-trip Intro by NF - TP95:::
bustp95.zip    935 ***+  The Party 5 Finland Bus-trip Intro by Virtual Visions
                         | - TP95:::
euskal95.zip   242 ***   Euskal Party 3 Invitation Intro by Iguana
fp95_fix.zip   147 **    Fallas Party '95 Invitation Intro (bugfixed) by TLOTB
g95invit.zip   399 ***   The Gathering '95 Invitation Intro by Scoop,
                         | Spaceballs - TG95:::
gp2_inv.zip    190 **+   General Probe 2 Invitation Intro by Adrar Design -
                         | GP96:::
gp2_nfo.zip      8       General Probe 2 Invitation Text - GP96:::
gp_final.zip    72       General Probe '95 Final Invitation Info by Adrar
                         | Design
ibmcompo.zip     4       OS/2 Warp Demo Competition Info - OS2W:::
icing95i.zip   270 ***   Icing '95 Invitation Intro by Goto10
impwir95.zip   365 ***+  Wired '95 Invitation Intro by Imphobia - WIR95:::
j3preinv.zip    66 *+    Juhla '96 Pre-Invitation Intro - JUH96A:::
juhla2.zip     151 **+   Juhla '95 2 1/2 Invitation Intro by @ - JUH95B:::
juhla_95.zip   123 ***   Juhla '95 Invitation Intro by Orange - JUH95A:::
lgp_invt.zip    33 **+   Little Green Party Invitation Intro by Gollum
minimum.zip    200 *     Minimum by Escape - ESC95:::
mov95nfo.zip   263       Movement '95 Final Info by Moon Hunters - MOV95:::
movtro2.zip    241 **+   Movement '95 Invitation Intro by Moon Hunters -
                         | MOV95:::
naid_31.zip     28       NAID '95 Info Package v3.1 - NAID95:::
naidinv2.zip   201 ***   NAID '95 Invitation Intro by Night Vision - NAID95:::
naidtro.zip    141 *+    NAID '95 Pre-Invitation Intro - NAID95:::
nexus.zip      188 **+   Nexus '95 Invitation Intro by Maniax
o95_inv.zip    303 ***   Odyssey '95 Invitation Intro by INF
o95info4.zip     7       Odyssey '95 Info File rel.4
oz96inv.zip    169 ***   Oz '96 Invitation Intro by Xtatic - OZ96:::
pc95inv.zip    265 **+   Painless Compo '95 Invitation Intro by The End -
                         | PC95:::
rbs-reme.zip   173 ***   Remedy '95 Invitation Intro by Rebels
spintro.zip     72 ***+  X '95 Spintro by SuccesS - X95:::
summer95.zip    91 **+   Summer Encounter '95 Invitation Intro by Swamp -
                         | SE95:::
tp5_inv.zip    311 **    The Party 5 Invitation Intro by Blasm - TP95:::
tp5inv.zip       4       The Party 5 Info File - TP95:::
w95inv30.zip   103       Wired '95 Info Package v3.0 - WIR95:::
x95.txt          5       X '95 Invitation Text - X95:::
x95intro.zip   173 ***   X '95 Invitation Intro by SuccesS - X95:::
-----------------------------------------------------------
Party Invitations from 1996
path: /party/invites/1996/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
abd96fin.zip   251 ***   Abduction '96 Final Invitation Intro by Mindprobe -
                         | ABD96:::
abd96inv.zip   143 ***   Abduction '96 Invitation Intro by Mindprobe - ABD96:::
ai_phobe.zip   475 ***+  Astrophobia (Scenest '96 Invitation Intro) by
                         | Astroidea - SCE96:::
amb_m96.zip    389 **+   Mekka '96 Invitation Intro by Amable - MEK96:::
ascen96n.zip    79 **    Atlantic Scene '96 Convite & Regras by Atlantic Dreams
                         | : SB
asm96inv.zip    12       Assembly '96 Invitation Text - ASM96:::
atl96tro.zip    66 *+    Atlantic Scene '96 Invitation Intro by Atlantic Dremas
                         | : SB
bdn3invi.zip   319 ***   BDN 3 Invitation Intro by Funk
biz96int.zip   665 ***+  Bizarre '96 Invitation Intro by Spirit New Style -
                         | BIZ96:::
cache96a.zip   532 [n/a] Cache '96 Autumn Invitation Intro by Unicorn -
                         | CAC96B:::
coven96.zip     68       Coven '96 Info Pack - COV96:::
cs7.txt          6       CompuSphere 7 Invitation Text
cs_vii.zip     155 ***   Compusphere 7 Invitation Intro by Orca
demol2.zip     216 ***   Demolition II '96 Invitation Intro by Ws, Solen -
                         | DML96B:::
dfn_se96.zip   444 **+   Summer Encounter '96 Pre-Invitation Intro by Diffusion
                         | - SE96:::
e96inv.zip      54 ***+  Enlight '96 Invitation Intro by Realm of Illusion -
                         | ENL96:::
enlight.96       8       Enlight '96 Invitation Text - ENL96:::
eu4inv_f.zip   362 ***   Euskal Party 4 Invitation Intro by Iguana - EUS96:::
g96inv.zip      66 **    The Gathering '96 Invitation Intro by Scoop - TG96:::
grv96inv.zip  1253 ****  Gravity '96 Invitation Intro by Pulse - GRV96:::
hack_xvi.txt     2       Hackerence XVI Invitation Text
i96inv.zip     447 ***   Icing '96 Invitation Intro by Goto10 - I96:::
icing96.zip      6       Icing '96 Invitation Text - I96:::
invfudge.zip   223 **+   Fudge '96 Invitation Intro by Nocturnal - FDG96:::
jporno96.zip   608 **+   Jouluporno '96 Invitation Intro by Complex, Orange
k_wir96.zip    440 ***+  Wired '96 Invitation Intro by Kloon - WIR96:::
ldcre962.zip     4       Remedy '96 Invitation Text - REM96:::
meet96.zip     467 ***   Meeting '96 Invitation Intro by Heaven Software -
                         | MEET96:::
mekka_2.zip      6       Mekka '96 Invitation Text v2 - MEK96:::
mm96_2.zip      54 **+   Meta Meeting '96 Invitation Intro by Element 115
movtro96.zip   453 ***+  Movement '96 Invitation Intro by Moon Hunters, Esteem
                         | - MOV96:::
naid96.zip     424 **+   NAID '96 Invitation Intro by Apraxia, Force Ten -
                         | NAID96:::
nt-wir96.zip   391 ***   Wired '96 Invitation Intro by Neutron - WIR96:::
oz96fin.zip      5       Oz '96 Final Invitation Text - OZ96:::
p2b4_int.zip   485 **+   The Place To Be 4 Invitation Intro by Eagles - P2B4:::
pieslice.nfo    10       Pie Sliec '96 Invitation Text - PS96:::
pieslice.zip   191 **+   Pie Slice '96 Invitation Intro by Murmidones - PS96:::
rage96en.txt    13       Rage '96 Invitation Text - RAGE96:::
rage96i.zip    464       Rage '96 Invitation Intro by Enlightenment - RAGE96:::
remedy96.zip   203 ***   Remedy '96 Invitation Intro by Candela - REM96:::
s-asm96.zip   1672 ****+ Assembly '96 Invitation Demo by Sonic Clique -
                         | ASM96:::
sat96inv.zip   207 ***   Saturne '96 Invitation Intro by Wizardwry - SAT96:::
se96inv.zip     12       Summer Encounter '96 Invitation Text v1 - SE96:::
se96inv2.zip   106       Summer Encounter '96 Info Pack v2 - SE96:::
sknr96kf.zip   352 ***   Skenery '96 Invitation Intro by Orange - SKE96:::
sn96i109.zip     8       Scenest '96 Invitation Text - SCE96:::
sym96inv.zip   357 ***+  Symposium '96 Invitation Intro by Cubic Team -
                         | SYM96:::
tg96inv2.zip   165 ***   The Gathering '96 Invitation Intro by Proxima -
                         | TG96:::
tg96pc.zip      16       The Gathering '96 Invitation Text - TG96:::
theporno.zip   194 **+   The Porno Invitation Intro by Orange - PRN96:::
tsc96_2.zip      7       The Scene '96 Invitation Text v2 - TS96:::
tsp96inv.zip     9       The Summer Party '96 Invitation Text - TSP96:::
w96nfo30.zip    83       Wired '96 Info Pack v3 - WIR96:::
x96intro.zip   219 ***   X '96 Invitation Intro by SuccesS - X96:::
x97take.zip    337 **+   X '97 Takeover Pre-Invitation Intro by Nostalgia,
                         | Success - X97:::
x97take1.nfo     3       X '97 Takeover Pre-Invitation Text - X97:::
x_file2.zip    300 ***+   X '96 Invitation Intro 2 by SuccesS - X96:::
-----------------------------------------------------------
Party Invitations from 1997
path: /party/invites/1997/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
abd97in2.zip    64       Abduction '97 Invitation Text+Map - ABD97:::
abd97inv.zip   813 **+   Abduction '97 Invitation Intro by Deepheep - ABD97:::
                         | : ,VESA,GUS/SB,
abd97pre.zip   275 **+   Abduction '97 Pre-Invitation Intro by Mass - ABD97:::
ai_sn3in.zip   411 ***   Scenest '97 Invitation Intro by Astroidea - SCE97:::
ai_sn97i.zip    31       Scenest '97 Invitation Text - SCE97:::
crs-ss1.zip      8       Scene Strike Invitation Text by Corrosion
dmc-inv.zip    213 ***   Democracy '97 Invitation Intro by Cobra Creations -
                         | DMC97::: : ,VGA,GUS/SB/PAS,
fpinv20s.zip     6       Final Party '97 Invitation Text
gp3inv.zip       5       General Probe 3 Invitation Text by Absence - GP97:::
gp97inv.zip    146 ***   General Probe 3 Invitation intro by Absence - GP97:::
                         | : 386DX,VGA,GUS/SB,4MB
hype97.txt       7       Hype '97 Invitation Text
iocompo.zip    726 *+    I/O Compo Invitation Intro by Information Override :
                         | 386,,,
j97invi.zip   1387 ***   Juhla IVb Invitation Intro by Doomsday, Byterapers -
                         | JUH97:::
meet97.zip     305 ***   Meeting '97 Invitation Intro by Heaven Software
meksym97.zip     9       Mekka/Symposium '97 Invitation Text - MEK97:::
online97.zip    98 ***   Online '97 Invitation Intro by Xenogenesis :
                         | 486DX,VGA,GUS/SB/PAS,
pc96.zip       244       Painless Compo '96 Invitation Pack by The End -
                         | PC96:::
s97info.zip      6       Scenus '97 Invitation Text - SNS97:::
scn97_i.zip    504 **+   Scenery '97 Invitation Intro by Xtatic - SNY97:::
scn97nfo.zip     3       Scenery '97 Invitation Text - SNY97:::
simple97.zip     9       Simple '97 Competition Rules
tg971.zip      415 **+   The Gathering '97 Invitation Intro #1 by Digital
                         | Predators - TG97::: : ,SVGA,GUS/SB,
tg97int2.zip   713 ***   The Gathering '97 Invitation Intro #2 by Crusaders -
                         | TG97::: : ,VESA,GUS/SB16,
volcanic.zip   303 ***   Volcanic 3 Invitation Intro by Mentasm - VOL97::: :
                         | ,,GUS,
x97oint.zip    826 ***+  X '97 Invitation Intro by SuccesS - X97::: : includes
                         | photos, needs mouse - ,SVGA,GUS/SB/PAS,
-----------------------------------------------------------
Miscellaneous
path: /party/misc/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
antitro2.zip    65 *+    The Party 5 Anti-Tro by TKB, HH - TP95:::
asm95irc.zip   855       Assembly '95 IRC Logfile - ASM95:::
asm95tbl.zip    42       Assembly '95 Table Reservations - ASM95:::
biz96ans.zip   188       Bizarre '96 Ansi Compo Entries - BIZ96:::
eu4_map.zip    930       Euskal Party 4 Map - EUS96:::
oz96ansi.zip    46       Oz '96 Ansi Compo Entries - OZ96:::
p2b4_map.zip   128       The Place To Be 4 Map - P2B4:::
w96_ansi.zip   213       Wired '96 Ansi Compo Entries - WIR96:::
way2naid.gif    58       NAID '95 Map - NAID95:::
-----------------------------------------------------------
Pictures
path: /party/pictures/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
biz96pix.zip    60       Bizarre '96 Pictures - BIZ96:::
jun01-03.txt     5       NAID '96 Picture Descriptions - NAID96:::
jun01_a.zip    878       NAID '96 Day 1 Pictures [1/5] - NAID96:::
jun01_b.zip    930       NAID '96 Day 1 Pictures [2/5] - NAID96:::
jun01_c.zip    854       NAID '96 Day 1 Pictures [3/5] - NAID96:::
jun01_d.zip   1011       NAID '96 Day 1 Pictures [4/5] - NAID96:::
jun01_e.zip    295       NAID '96 Day 1 Pictures [5/5] - NAID96:::
jun01_x.zip   1108       NAID '96 Day 1 Pictures - Contact Sheets - NAID96:::
jun02_a.zip    852       NAID '96 Day 2 Pictures [1/2] - NAID96:::
jun02_b.zip    751       NAID '96 Day 2 Pictures [2/2] - NAID96:::
jun02_x.zip    413       NAID '96 Day 2 Pictures - Contact Sheets - NAID96:::
jun03_a.zip    878       NAID '96 Day 3 Pictures - NAID96:::
jun03_x.zip    226       NAID '96 Day 3 Pictures - Contact Sheet - NAID96:::
mek96pix.zip  2986       Mekka '96 Pictures - MEK96:::
mek97pix.zip  1326       Mekka/Symposium '97 Pictures - MEK97:::
mimppics.zip   773       Mini-Impulse Pictures
naidgfx1.zip  1452       NAID '95 Pictures [1/2] - NAID95:::
naidgfx2.zip  1390       NAID '95 Pictures [2/2] - NAID95:::
oz96imgs.zip  2929       Oz '96 Pictures - OZ96:::
scn-pics.zip  1411       Scenery '97 Pictures by RAM - SNY97:::
tg-pics.zip    677       The Gathering '97 Pictures by Thor of TPOLM - TG97:::
tg96pics.zip   196       The Gathering '96 Pictures - TG96:::
tg97pics.zip  1555       The Gathering '97 Pictures by Axl of TPOLM - TG97:::
tp5-pics.zip  1300       The Party 5 Pictures - TP95:::
x97prep.zip   1659       X '97 Pictures by Redhound - X97:::
-----------------------------------------------------------
Reports
path: /party/reports/
-----------------------------------------------------------
1994/             Party Reports from 1994
1995/             Party Reports from 1995
1996/             Party Reports from 1996
1997/             Party Reports from 1997
-----------------------------------------------------------
Party Reports from 1994
path: /party/reports/1994/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
epatoivo.zip    69 ***   Desperate Hours/NL'94 Report by J!P
-----------------------------------------------------------
Party Reports from 1995
path: /party/reports/1995/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
asm95onl.zip    30       Assembly '95 Online Report by Omicron - ASM95:::
biz95rev.zip    14       Bizarre '95 Report (text only) by Hornet - BIZ95:::
dddnaid.a01   1243 **+   NAID '95 Party Report by DDD [2/2] - NAID95:::
dddnaid.arj   1422 **    NAID '95 Party Report by DDD [1/2] - NAID95:::
e_wired.a01    992 ***+  Wired '95 Party Report by Eclipse [2/2] - WIR95:::
e_wired.arj   1422 ***+  Wired '95 Party Report by Eclipse [1/2] - WIR95:::
enl95rep.zip  2078 **+   Enlight '95 Party Report by ROI - ENL95:::
gasp-rep.arj  1017 **+   GASP Party Report by JFF
gp95-rep.a01  1347 **+   General Probe '95 Party Report by Adrar Design [2/2]
gp95-rep.arj  1422 **+   General Probe '95 Party Report by Adrar Design [1/2]
hrn-nr95.zip  1107 ****  NAID '95 Party Report by Hornet - NAID95:::
movrep.zip       9       Movement '95 Text Report by NYC Kid - MOV95:::
sih_rep.zip     42 **    Somewhere In Holland '95 Party Report by Trance -
                         | SIH95:::
tg95rep.txt      5       The Gathering '95 Text Report - TG95:::
tp5rep.zip       5       The Party 5 Text Report by Stony of Hornet - TP95:::
tsc95rpt.zip   435 **    The Scene '95 Party Report by FxKidd - TS95:::
ttbizar.zip     39 **    Bizarre '95 Report by Hornet - BIZ95:::
-----------------------------------------------------------
Party Reports from 1996
path: /party/reports/1996/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
abdusld1.zip  1429 ***+  Abduction '96 Slideshow by Interamnia [1/2] - ABD96:::
abdusld2.zip   480 ***+  Abduction '96 Slideshow by Interamnia [2/2] - ABD96:::
asm96sc.a01   1422 ***+  Assembly '96 Special Coverage by Abduction Organizing
                         | [2/3] - ASM96:::
asm96sc.a02    481 ***+  Assembly '96 Special Coverage by Abduction Organizing
                         | [3/3] - ASM96:::
asm96sc.arj   1422 ***+  Assembly '96 Special Coverage by Abduction Organizing
                         | [1/3] - ASM96:::
ep3rep_1.zip  1238 ***   Euskal Party 3 Report by Crystal Shade [1/2]
ep3rep_2.zip   554 ***   Euskal Party 3 Report by Crystal Shade [2/2]
hossos-3.txt    23       Bizarre '96 Text Party Report by MSW - BIZ96:::
hrn-nr96.zip  1854       NAID '96 Report by Hornet - NAID96:::
hundrap.zip    766 **    Hund Rapporten by Maak
p2b4_myo.zip  3516 **    The Place To Be IV Slideshow by Myopath Crew
s96rep.zip    1467 ***+  Saturne '96 Party Report by Acid Dream, Tiny Toons -
                         | SAT96:::
sncmekka.arj   468 ***   Mekka '96 Party Report by Sanction - MEK96:::
sncwir96.zip   690 ***   Wired '96 Party Report by Sanction - WIR96::: :
                         | VESA,GUS/SB,8MB
-----------------------------------------------------------
Party Reports from 1997
path: /party/reports/1997/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
cs_tp6.zip    3240 ***   The Party 6 Report by Cubic Team, $een - TP96::: :
                         | ,SVGA,,
dce-tg97.zip  2039 ***   The Gathering '97 Party Report by Dance - TG97::: :
                         | 386DX,,GUS/SB,14MB
pardey6r.zip  4176 **+   The Party 6 Report by Sequence Gamma, Blue Pearl -
                         | TP96::: : contains only pictures of these group
                         | members -,SVGA,,
rpg96rep.zip   924 **+   Gardening '96 Report v1.2 by Red Power - GAR96::: :
                         | VGA,GUS/SB/PAS
sncmek97.zip  3368 ***+  Mekka '97 Party Report by Sanction - MEK97::: :
                         | ,VESA,GUS/IW/SB,4MB
w96_rep1.zip  1399 ***+  Wired '96 Party Report by Imphobia, Legend Design
                         | [1/4] - WIR96::: : 486,VESA,GUS/SB/PAS,6MB
w96_rep2.zip  1400 ***+  Wired '96 Party Report by Imphobia, Legend Design
                         | [2/4] - WIR96::: : 486,VESA,GUS/SB/PAS,6MB
w96_rep3.zip  1400 ***+  Wired '96 Party Report by Imphobia, Legend Design
                         | [3/4] - WIR96::: : 486,VESA,GUS/SB/PAS,6MB
w96_rep4.zip   747 ***+  Wired '96 Party Report by Imphobia, Legend Design
                         | [4/4] - WIR96::: : 486,VESA,GUS/SB/PAS,6MB
-----------------------------------------------------------
Results
path: /party/results/
-----------------------------------------------------------
1995/             Party Results from 1995
1996/             Party Results from 1996
1997/             Party Results from 1997
packs/            Party Results packs
-----------------------------------------------------------
Party Results from 1995
path: /party/results/1995/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
abd95res.txt     5       Abduction '95 Results - ABD95:::
biz95.txt        0       Bizarre '95 Results - BIZ95:::
ds95res.txt      1       Digital Symposium '95 Results - DS95:::
enl95res.zip     0       Enlight '95 Results - ENL95:::
juhl2res.txt     3       Juhla '95 2 1/2 Results - JUH95B:::
juhlares.txt     3       Juhla '95 Results - JUH95A:::
naid-res.txt     2       NAID '95 Results - NAID95:::
pc95-res.zip     1       Painless Compo '95 Results - PC95:::
results.a95      9       Assembly '95 Results - ASM95:::
tg95-res.txt     4       The Gathering '95 Results - TG95:::
tp95.res         8       The Party 5 Results - TP95:::
wir95res.txt     6       Wired '95 Results - WIR95:::
x95res.txt       9       X '95 Results - X95:::
-----------------------------------------------------------
Party Results from 1996
path: /party/results/1996/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
ant96res.zip     2       Antiq '96 Results - ANT96:::
asm96res.zip     7       Assembly '96 Results - ASM96:::
biz96res.txt     2       Bizarre '96 Results - BIZ96:::
bp3pres.zip      7       Bush Party 3 Preliminary Results - BP96:::
cac96a.res       0       Cache '96 Autumn Results - CAC96B:::
cov96res.txt     3       Coven '96 Results - COV96:::
da15res.zip      1       Digital Art 1.5 Results
del96res.zip     3       Delirium '96 Results
dml2-res.zip     3       Demolition 2 '96 Results - DML96B:::
dml96res.zip     1       Demolition '96 Results - DML96:::
enl96res.txt    11       Enlight '96 Results - ENL96:::
eus4res.zip      9       Euskal Party 4 Results - EUS96:::
flg96res.txt     1       Flag '96 Results - FLAG96:::
gar96res.txt     3       Gardening '96 Results - GAR96:::
gp2_res.zip      1       General Probe 2 Results - GP96:::
grv96.res        0       Gravity '96 Results - GRV96:::
i96_res.zip      2       Icing '96 Results - I96:::
io3-res.zip      1       Intel Outside 3 Results
n96pres.zip      1       NAID '96 Preliminary Results - NAID96:::
oz96res.zip      4       Oz '96 Results - OZ96:::
ps96.res         1       Pie Slice '96 Results - PS96:::
rage96.res       5       Rage '96 Results - RAGE96:::
sc96res.zip      4       Scenest '96 Results - SCE96:::
sck-c96r.zip     0       Cache '96 Results - CAC96:::
se96res.zip     20       Summer Encounter '96 Results - SE96:::
sp96_res.zip     9       Saturne '96 Results - SAT96:::
tg96res.zip      8       The Gathering '96 Results - TG96:::
tp96res.zip      7       The Party 6 Results - TP96:::
volcanic.zip     0       Volcanic Party '96 Results - VOL96:::
w96res.zip       4       Wired '96 Results - WIR96:::
x96pres.zip      0       X '96 Preliminary Results - X96:::
-----------------------------------------------------------
Party Results from 1997
path: /party/results/1997/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
gp97res.txt      1       General Probe 3 Results - GP97:::
juhla4.res       2       Juhla IVb Results - JUH97:::
kernel97.res     2       Kernel '97 Results - KER97:::
ltp97res.txt     4       Lucky/Tigrou Party '97 Results - LTP97:::
meksym97.res    10       Mekka/Symposium '97 Results - MEK97:::
pc96-res.txt     3       Painless Compo '96 Results - PC96:::
pc96-res.zip    17       Painless Compo '96 Results & Comments - PC96:::
scenus_r.txt     9       Scenus '97 Results - SNS97:::
scn-res.zip      0       Scenery '97 Results - SNY97:::
sn97.res         7       Scenest '97 Results - SCE97:::
tg97res.txt     10       The Gathering '97 Results - TG97:::
x97take.res      9       X'97 Takeover Results - X97:::
-----------------------------------------------------------
Party Results packs
path: /party/results/packs/
-----------------------------------------------------------
 ----------------------------------------------------------(Powered by HA4.5)--
 Filename     Size Rated Description
 ------------------------------------------------------------------------------
ai_res41.zip   152       Party Results/Previews/Charts v4.1 by Astroidea