Search for "dw": 199 matches

Panard Vision Realtime 3d Engine 0.98 by SMKaribou of GMF
/code/3d/systems/gmfpv98w.zip
25 Apr 1998 (catalog date)
3,360,072 bytes
Download FTP scene.org
Full Featured Free 3D Engine SDK. Support for hardware (glide, direct3d, opengl) and software rendering. Requires DX5.

Shadowlord's Voting Form by Shadowlord
/code/contests/8086/shdwlord.frm
07 Nov 1997 (catalog date)
3,005 bytes
Download FTP scene.org
Released at event 8086 in the misc division

ACiDween loader by Wonder Monkey of Acid
/code/demosrc/bbsintro/wm-h_src.zip
10 Jan 1997 (catalog date)
76,513 bytes
Download FTP scene.org
Rating:
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.

Scroll by Jay Kramer
/code/effects/scroll/scroll2.zip
10 Jan 1997 (catalog date)
41,209 bytes
Download FTP scene.org
Rating:
Source for mode X scrolling - _NOT_ the way to do hardware scrolling. Abuses the mode-X library.

AWE-DIP-01-ENG by Creative Labs engineers
/code/hardware/audio/adip.zip
10 Jan 1997 (catalog date)
708,753 bytes
Download FTP scene.org
Rating:
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...

Digitized Music Routines for SoundBlaster by TSC-Software
/code/hardware/audio/digipack.zip
21 Jan 1998 (catalog date)
489,795 bytes
Download FTP scene.org
Rating:
Very buggy.

CDROM audio library by Cyrid
/code/hardware/audio/e-cda1b.zip
30 Jun 1998 (catalog date)
48,577 bytes
Download FTP scene.org
Rating:
Unfortunately it does not contain a function to play the cd using your soundcard instead of the cdrom output. C

SoundBlaster Routines for VOC Files
/code/hardware/audio/sb_pas10.zip
21 Jan 1998 (catalog date)
27,215 bytes
Download FTP scene.org
Rating:

SoundBlaster Routines for VOC Files by Ethan Brodsky
/code/hardware/audio/sbdsp103.zip
21 Jan 1998 (catalog date)
13,312 bytes
Download FTP scene.org
Rating:

SoundBlaster Routines by Jeff Bird
/code/hardware/audio/sbf3.zip
21 Jan 1998 (catalog date)
87,954 bytes
Download FTP scene.org
Rating:
A good collection of sources and documents.

SoundBlaster Programming Info by Andr B Baresel, Craig Jackson
/code/hardware/audio/sblast09.zip
21 Jan 1998 (catalog date)
502,511 bytes
Download FTP scene.org
Rating:
The ultimate guide for SoundBlaster coders. Sources included (including S3M player).

SoundBlaster Routines by Christopher M. Box
/code/hardware/audio/sbprog10.zip
21 Jan 1998 (catalog date)
37,846 bytes
Download FTP scene.org
Rating:

GUS Sound Library by P. Lindh
/code/hardware/audio/socom10.zip
21 Jan 1998 (catalog date)
102,069 bytes
Download FTP scene.org
Rating:
Supports MOD and DSM modules and WAV files.

Software Development Kit
/code/hardware/audio/vaisdk.zip
21 Jan 1998 (catalog date)
346,636 bytes
Download FTP scene.org
Rating:
SDK for VESA audio interface BIOS extensions.

386 programmer's manual by Intel
/code/hardware/cpu/386intel.zip
10 Jan 1997 (catalog date)
209,396 bytes
Download FTP scene.org
Rating:
Full docs on the 386 - Everything you've ever wanted to know about the (outdated) 386.

CPUID for intel by Intel engineer(s)
/code/hardware/cpu/cpuid3.zip
10 Jan 1997 (catalog date)
6,402 bytes
Download FTP scene.org
Rating:
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.

CPUID for intel by Doctor Sludge
/code/hardware/cpu/cputest2.zip
10 Jan 1997 (catalog date)
10,953 bytes
Download FTP scene.org
Rating:
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.

Intel docs by ?
/code/hardware/cpu/intel.doc
10 Jan 1997 (catalog date)
114,654 bytes
Download FTP scene.org
Rating:
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.)

Pentium Userguide Volume 3
/code/hardware/cpu/pent_ug3.zip
17 Jan 1999 (catalog date)
3,820,036 bytes
Download FTP scene.org
Rating:
Contains everything you need to know about the pentium instructions, their timing, etc. in Acrobat format.

Pentium Stuff
/code/hardware/cpu/pentium.zip
01 Jul 1997 (catalog date)
164,896 bytes
Download FTP scene.org
Rating:
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.

DMA tut by Draeden of VLA
/code/hardware/dma/dma_vla.zip
10 Jan 1997 (catalog date)
2,516 bytes
Download FTP scene.org
Rating:
Some docs for DMA programming - Sufficient for learning how to program the DMA. I do believe this was part of the PCGPE 1.0.

Drive detection for IBM & compatibles by Paul Schlyter
/code/hardware/drives/drivesex.zip
10 Jan 1997 (catalog date)
9,312 bytes
Download FTP scene.org
Rating:
Source to detect drives on a system - It didn't detect my drives properly. :(

Collection of ASM sources by ? of Blue Nose Productions
/code/hardware/general/asm_good.zip
10 Jan 1997 (catalog date)
118,612 bytes
Download FTP scene.org
Rating:
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.

Ralf Brown's Interrupt List
/code/hardware/general/telerama.zip
17 Jan 1999 (catalog date)
827,866 bytes
Download FTP scene.org
Rating:
Every coder should download this, it's the best interrupt list around.

Joystick axis reading code by Peter Wan
/code/hardware/joystick/joysdk11.zip
10 Jan 1997 (catalog date)
35,092 bytes
Download FTP scene.org
Rating:
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.

Keyboard handler by Patch
/code/hardware/keyboard/kbdhand9.zip
10 Jan 1997 (catalog date)
26,409 bytes
Download FTP scene.org
Rating:
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.

Introduction To Keyboard Handlers by Alioth, Don Williamson of O.M.D
/code/hardware/keyboard/keyb.zip
24 Apr 1998 (catalog date)
18,117 bytes
Download FTP scene.org
How to construct a keyboard handler from scratch and why what you do actually works. :)

Keyboard Routines by Sean Werkema
/code/hardware/keyboard/keyboard.zip
26 Feb 1998 (catalog date)
10,166 bytes
Download FTP scene.org
Rating:
Gives you lowlevel access to the keyboard.

Keydev v3.0 by Ondrej Blazek
/code/hardware/keyboard/keydef.zip
26 Feb 1998 (catalog date)
12,279 bytes
Download FTP scene.org
Rating:
Lets you assign macros up to 255 keystrokes to all keys.

K2000 Emulator by Kli
/code/hardware/keyboard/klik2000.zip
17 Jan 1999 (catalog date)
17,822 bytes
Download FTP scene.org
Rating:
Shows a simple Knightrider effect on your screen and keyboard leds.

Learn v2.1 by Ondrej Blazek
/code/hardware/keyboard/learn.zip
26 Feb 1998 (catalog date)
7,141 bytes
Download FTP scene.org
Rating:
Add-on for Keydef that allows you to define Keydef macros through textfiles instead of the normal "key by key" process.

Keyboard Routines by Lord Logic
/code/hardware/keyboard/ll_kbd.zip
26 Feb 1998 (catalog date)
52,600 bytes
Download FTP scene.org
Rating:
Lowlevel keyboard routines.

Obbuf v3.2 by Ondrej Blazek
/code/hardware/keyboard/obbuf.zip
26 Feb 1998 (catalog date)
12,658 bytes
Download FTP scene.org
Rating:
Fills the keyboard buffer with specific keystrokes before running a program. Very useful if you often use the same functions of a program when you start it.

Peroxide Trainer Part 6 by Telemachos of Peroxide
/code/hardware/keyboard/pxdtut6.zip
17 Jan 1999 (catalog date)
20,234 bytes
Download FTP scene.org
Rating:
This tutorial explains how to program interrupts, timers and keyboard handlers.

EMS specs by Dick Flanagan
/code/hardware/memory/ems4spec.zip
10 Jan 1997 (catalog date)
67,864 bytes
Download FTP scene.org
Rating:
A comprehensive doc on EMS - Has the Expanded Memory Specification details and some Pascal and Asm source for acessing EMS memory.

Flat Real by Herman Dullink
/code/hardware/memory/flat.zip
10 Jan 1997 (catalog date)
11,758 bytes
Download FTP scene.org
Rating:
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.

Flat Real Mode Interface by Juanito
/code/hardware/memory/frmi_150.exe
10 Jan 1997 (catalog date)
38,210 bytes
Download FTP scene.org
Rating:
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.

Virtual Memory Management by Flux
/code/hardware/memory/fxvmm210.zip
10 Jan 1997 (catalog date)
112,232 bytes
Download FTP scene.org
Rating:
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. :)

Flat Real Mode by Nix of Massive
/code/hardware/memory/mass-frm.zip
10 Jan 1997 (catalog date)
8,248 bytes
Download FTP scene.org
Rating:
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.

Peroxide Trainer Part 2 by Telemachos of Peroxide
/code/hardware/memory/pxdtut2.zip
17 Jan 1999 (catalog date)
11,137 bytes
Download FTP scene.org
Rating:
This tutorial explains how to use ems memory.

Real Memory by Chatter
/code/hardware/memory/realmem.zip
10 Jan 1997 (catalog date)
10,850 bytes
Download FTP scene.org
Rating:
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).

RDOSUMB v1.1Ea by Dimension
/code/hardware/memory/rumb11ea.zip
30 Jan 1999 (catalog date)
52,607 bytes
Download FTP scene.org
Upper Memory Block manager (not code)

XMS Specification by MS, Intel, Lotus, ?
/code/hardware/memory/xms2spec.zip
10 Jan 1997 (catalog date)
9,431 bytes
Download FTP scene.org
Rating:
XMS Specifications - The complete specification of the XMS standard.

Fmouse by Holy Drake of Guardians
/code/hardware/mouse/fmouse12.zip
02 Jul 1997 (catalog date)
8,610 bytes
Download FTP scene.org
Rating:
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.

386 power by Lorenzo Micheletto
/code/hardware/pmode/386p_101.zip
10 Jan 1997 (catalog date)
117,845 bytes
Download FTP scene.org
Rating:
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.

FreePack DOS extender by Narech Koumar of Supernar Systems Intl.
/code/hardware/pmode/dos32a.zip
25 Aug 1997 (catalog date)
520,938 bytes
Download FTP scene.org
Rating:
Another DOS extender option. I didn't test this for usefulness. I doesn't look any more difficult to learn to use than Adam Seychell's (sp?) Dos32 or Thomas Pytel/Charles Scheffold's Pmode/w. How well it functions is another story. Full documentation available. Comes with a tetris clone presumeably made using the extender. No source.

Dos extender by Supernar Systems Intl.
/code/hardware/pmode/dos32a_5.zip
30 Jun 1998 (catalog date)
606,774 bytes
Download FTP scene.org
Rating:
Very good dos extender, also extends the most popular mouse and vesa functions.

DOS 32 by Adam Seychell
/code/hardware/pmode/dos32v33.zip
10 Jan 1997 (catalog date)
339,512 bytes
Download FTP scene.org
Rating:
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)

Dos32 extension package for DJGPP by Rasputin
/code/hardware/pmode/dpfd110.zip
30 Jun 1998 (catalog date)
1,211,794 bytes
Download FTP scene.org
Rating:
C

DPMI Specification by ?
/code/hardware/pmode/dpmispec.zip
10 Jan 1997 (catalog date)
33,749 bytes
Download FTP scene.org
Rating:
The complete DPMI specification - Everything you wanted to know about DPMI but were scared to ask.

EOS
/code/hardware/pmode/e_os303.zip
10 Jul 1997 (catalog date)
1,227,935 bytes
Download FTP scene.org
Rating:
Eclipse Operating System. A clumsy pmode system, but has many ready to use libs. The makefiles don't work with wmake which they really should.

Eclipse operating System v3.05
/code/hardware/pmode/e_os305.zip
30 Jun 1998 (catalog date)
1,442,821 bytes
Download FTP scene.org
Rating:
A combination of a dos extender and a demo library containing a lot of useful functions. It's very useful for intros because the tiny version is very small (including a sb and gus modplayer). C, Assembler

Flat Maquina by Morbid Iadalboath of MUTANTE
/code/hardware/pmode/fm32_v2.zip
02 Jul 1997 (catalog date)
6,647 bytes
Download FTP scene.org
Rating:
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.

Real Flat Mode by Christophe Avion
/code/hardware/pmode/ifrm32.zip
25 Aug 1997 (catalog date)
56,257 bytes
Download FTP scene.org
A Dos extender and file packer. I can't really rate this because I would never be able to use the code. All comments and docs are in French.

Kernel 1.30b
/code/hardware/pmode/krnl130b.zip
26 Jun 1997 (catalog date)
314,227 bytes
Download FTP scene.org
Rating:
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.

PMODE by Tran
/code/hardware/pmode/pm-11-94.zip
10 Jan 1997 (catalog date)
81,994 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the other best choices for a DOS extender. It's complete, well coded, and flexible.

DOS Extender For Watcom C/C++ by KM of Taboo
/code/hardware/pmode/pm_stub.zip
17 Jan 1999 (catalog date)
4,106 bytes
Download FTP scene.org
Rating:
Very small, but doesn't extend all dos functions.

PMODE by Tran
/code/hardware/pmode/pmode307.zip
10 Jan 1997 (catalog date)
54,781 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the other best choices for a DOS extender. It's complete, well coded, and flexible.

PMODE/W by Tran, Daredevil
/code/hardware/pmode/pmw133.zip
10 Jan 1997 (catalog date)
143,190 bytes
Download FTP scene.org
Rating:
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.

Protect by Denis Marer
/code/hardware/pmode/protect.zip
10 Jan 1997 (catalog date)
15,056 bytes
Download FTP scene.org
Rating:
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.

System 64 by Simm of Analogue
/code/hardware/pmode/s64.zip
10 Jan 1997 (catalog date)
61,037 bytes
Download FTP scene.org
Rating:
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.

Tiny DPMI by Maxwell Sayles of Xi
/code/hardware/pmode/tinydpmi.zip
17 Jan 1999 (catalog date)
4,724 bytes
Download FTP scene.org
Rating:
Only 173 bytes big, which makes it perfect for 4kb intros.

VCPI specification by ?
/code/hardware/pmode/vcpi.doc
10 Jan 1997 (catalog date)
60,219 bytes
Download FTP scene.org
Rating:
The specifications for VCPI - It's there if you need it.

WDOSX v0.93 by Wuschel
/code/hardware/pmode/wdosx093.zip
17 Jan 1999 (catalog date)
151,894 bytes
Download FTP scene.org
Rating:
Dos extender for Tasm, Nasm, Borland C/C++ and Delphi2.

WUSTUB v0.1 by Michael Tippach
/code/hardware/pmode/wustub01.zip
10 Jul 1997 (catalog date)
50,554 bytes
Download FTP scene.org
Rating:
A DOS extender for Borland's Delphi 2. It's basically a PE loader for DOS. Comes with a CRT unit.

Xi Development System by Fysx
/code/hardware/pmode/xids0815.zip
19 Jan 1998 (catalog date)
43,131 bytes
Download FTP scene.org
Rating:
Xi Development System, a pmode extender. Uses tlink in the end, but works from watcom and tasm. Possibly a contender if you're writing a 64k intro and need a pmode extender. I'm unsure of it's stability, but it's small.

Asychronous communitcations code by Lord Logics
/code/hardware/serial/ll_comm.zip
10 Jan 1997 (catalog date)
56,754 bytes
Download FTP scene.org
Rating:
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.

Mode 13h Doc by Vulture
/code/hardware/video/basicdoc.zip
10 Jan 1997 (catalog date)
7,727 bytes
Download FTP scene.org
Rating:
An explaination of mode 13h - For the *absolute* beginner.

Hi Res by Ash of Bunghole Productions
/code/hardware/video/bp-hires.zip
21 Sep 1997 (catalog date)
14,582 bytes
Download FTP scene.org
Rating:
Example of how to use mode 12h (640x480x16)

Check VESA by London Fog
/code/hardware/video/checkvsa.zip
10 Jan 1997 (catalog date)
1,595 bytes
Download FTP scene.org
Rating:
A program to detect if a computer has VESA support - Uhm, like... thanks. It's a real help.

MOD v1.0 by Dake of Devotion
/code/hardware/video/dk-mod10.zip
26 Jan 1998 (catalog date)
5,010 bytes
Download FTP scene.org
Rating:
Source to change to different text modes. More complex than necessary. Good commenting.

VESA 1.x tutorial for dos32 by Peter Stuge of XiA
/code/hardware/video/dos32vbe.zip
30 Jun 1998 (catalog date)
8,951 bytes
Download FTP scene.org
Rating:
Assembler

Fake mode by Yaka of Xography
/code/hardware/video/fakemode.zip
10 Jan 1997 (catalog date)
126,776 bytes
Download FTP scene.org
Rating:
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.

Windows GDI Killer by Kiyone of Galaxy Police
/code/hardware/video/killgdi.zip
17 Jan 1999 (catalog date)
15,938 bytes
Download FTP scene.org
Rating:
This .DLL gives you full access to the VGA card under Windows'95. Very useful if you want to port your demos to windows.

Mode Switching Routines by Jeff Morgan
/code/hardware/video/modsrc21.zip
17 Jan 1999 (catalog date)
18,402 bytes
Download FTP scene.org
Rating:
These routines set different vga video modes without using the bios routines.

Prometheus Truecolor System by Gaffer of Xtatic
/code/hardware/video/ptc071.zip
17 Jan 1999 (catalog date)
1,750,391 bytes
Download FTP scene.org
Rating:
This is a hardware independent library for dos and windows for accessing the videocard.

VESA 2.00 Development Kit v2.10 by Realtech
/code/hardware/video/rtvbe210.zip
30 Jan 1999 (catalog date)
58,278 bytes
Download FTP scene.org

S-VGA Programming by Sasquatch
/code/hardware/video/rvesa.zip
10 Jan 1997 (catalog date)
4,523 bytes
Download FTP scene.org
Rating:
VESA programming example - Not helpful.

VBE functions 2.1 by Babyloon of Revelation
/code/hardware/video/rvlvbe21.zip
30 Jan 1999 (catalog date)
213,888 bytes
Download FTP scene.org
supports VBE 1.2 & 2.0, LFB - RM & PM bank switching

S3 TPU unit by Dietmar Meschede
/code/hardware/video/s3unit3.zip
10 Jan 1997 (catalog date)
16,549 bytes
Download FTP scene.org
Rating:
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.

Type One's SVGA Tricks Part 1 by Type One
/code/hardware/video/t1-svga1.zip
06 Oct 1996 (catalog date)
17,713 bytes
Download FTP scene.org
Rating:
Broken english. :( Lots of very useful video card tweaking information. Text and assembler, but not compileable.

SVGA Tricks by Type One of Pulpe
/code/hardware/video/t1svga11.zip
17 Jan 1999 (catalog date)
14,657 bytes
Download FTP scene.org
Rating:
Contains a lot of information about setting specific modes, including some very weird ones, about accelerating specific videocards, etc.

Tweakdoc.txt by Vulture
/code/hardware/video/tweakdoc.zip
10 Jan 1997 (catalog date)
5,522 bytes
Download FTP scene.org
Rating:
A doc for setting mode X and some other tweak modes - It doesn't explain much (really anything) about how to use the mode.

Official VESA VBE 2.0 Specification
/code/hardware/video/vbe20-11.exe
06 Oct 1996 (catalog date)
553,428 bytes
Download FTP scene.org
Rating:

VidBlitz by Zax
/code/hardware/video/vblitz13.zip
10 Jan 1997 (catalog date)
184,347 bytes
Download FTP scene.org
Rating:
A utility to give you bliting times from your video card - Useless?

VESA BIOS extension docs by Patch
/code/hardware/video/vesasp12.zip
10 Jan 1997 (catalog date)
15,985 bytes
Download FTP scene.org
Rating:
The specifications of the VESA BIOS extension - (kinda) from VESA themselves.

VGA Info by Andrew Scott
/code/hardware/video/vga-info.zip
10 Jan 1997 (catalog date)
139,440 bytes
Download FTP scene.org
Rating:
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.

VGA FX by Chris Dunford
/code/hardware/video/vgafx.zip
10 Jan 1997 (catalog date)
27,128 bytes
Download FTP scene.org
Rating:
Some text effects - It's just some palette manipulations hidden (unintentionally) behind some very twisted code. Then again, it was coded in '89.

VidTimer by Zax
/code/hardware/video/vtime110.zip
10 Jan 1997 (catalog date)
179,797 bytes
Download FTP scene.org
Rating:
A utility to give you bliting times from your video card - Same as vblitz13.zip, just a different version.

Vbe 2.0 Library For Watcom by Malice of WitchCraft
/code/hardware/video/wtcvbe.zip
30 Aug 1998 (catalog date)
62,669 bytes
Download FTP scene.org
A 100% asm VESA library with 256 and Direct Color modes support. Included source code, OBJ file, Watcom header and a C example.

XMode FAQ by Phil Carlisle
/code/hardware/video/xmodefaq.zip
01 Dec 1997 (catalog date)
6,799 bytes
Download FTP scene.org
Rating:
Not a real faq, but it contains a (dated) list of code resources for xmode.

Tutorial #10 by Denthor of Asphyxia
/code/tutors/denthor/tut10.zip
11 Jan 1997 (catalog date)
10,370 bytes
Download FTP scene.org
Rating:
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.

The King Magazine Volume 3 by The King
/code/tutors/graphics/kmagv3.zip
18 Jan 1998 (catalog date)
63,180 bytes
Download FTP scene.org
Rating:
Better than volume 2. Again some basic stuff for Pascal, Assembler, Hardware and Graphics, etc. Examples are now in C too.

Acidwarp by Noah Spurrier
/demos/1992/acidwarp.zip
29 Jun 1996 (catalog date)
28,218 bytes
Download FTP scene.org
Rating:

Myth by Data Warriors
/demos/1994/m/myth_dw.zip
29 Jun 1996 (catalog date)
533,927 bytes
Download FTP scene.org
Rating:

BBS Tremble by Dwhurl
/demos/1994/t/tremble.zip
29 Jun 1996 (catalog date)
5,109 bytes
Download FTP scene.org
Rating:

BBS Yes! by Dwhurl
/demos/1994/y/yes.zip
29 Jun 1996 (catalog date)
21,926 bytes
Download FTP scene.org
Rating:

Countdown by Realtech
/demos/1995/c/countdwn.zip
29 Jun 1996 (catalog date)
925,447 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 04

Mega by Dungeon Dwellers
/demos/1995/m/mega.zip
30 Jun 1996 (catalog date)
1,145,230 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the demo division and ranked ??

Squishtro! by Dungeon Dwellers
/demos/1995/s/squ.zip
30 Jun 1996 (catalog date)
74,260 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the in64 division and ranked ??

Dislocated by Bandwagon
/demos/1997/b/bw-disl.zip
22 Sep 1997 (catalog date)
65,865 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in64 division and ranked 03
386,,GUS/SB,

Prove You Wrong by Bandwagon
/demos/1997/b/bw-prove.zip
28 Apr 1997 (catalog date)
57,661 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the in64 division and ranked 07
386,,GUS/SB,

Retribute Your Idols by NF of Bandwagon
/demos/1997/b/bw-retr.zip
20 Sep 1997 (catalog date)
5,493 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in4k division and ranked 06

Distant Worlds by Moonlight Dreams
/demos/1997/d/dw.zip
30 May 1998 (catalog date)
542,298 bytes
Download FTP scene.org
Rating:
486DX,,GUS/SB/PAS,1MB

Anonymous by Cheat the Machine
/demos/1998/a/anonymou.zip
24 Oct 1998 (catalog date)
1,561,191 bytes
Download FTP scene.org
Released at event ASM98 in the dwin division and ranked 04
Win95 - P5,3Dfx,,

Bleam by Statix, Vic
/demos/1998/b/bleam.zip
24 Oct 1998 (catalog date)
5,790,515 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the dwin division and ranked 01
Win95 - P2-300,3Dfx,,

Chant by Bandwagon
/demos/1998/c/chant_by.zip
18 Oct 1998 (catalog date)
126,636 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in64 division and ranked 04
,,GUS/SB,

Anonymous (final) by Cheat the Machine
/demos/1998/c/ctmanfix.zip
21 Nov 1998 (catalog date)
1,784,394 bytes
Download FTP scene.org
Released at event ASM98 in the dwin division and ranked 04
P5,3Dfx,GUS/SB,

Demonic by Definition, Remercis
/demos/1998/d/demonic_.zip
24 Oct 1998 (catalog date)
2,056,973 bytes
Download FTP scene.org
Released at event ASM98 in the dwin division and ranked 03
Win95 - P5,3Dfx,,

F.I.S.T. by Neckfreak of Bandwagon
/demos/1998/f/fist_by_.zip
26 Sep 1998 (catalog date)
8,813 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in4k division and ranked 03

This is How We Party by M.A.D.
/demos/1998/t/this_is_.zip
24 Oct 1998 (catalog date)
2,253,949 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the dwin division and ranked 02
Win95

Mindwife by Hexagon
/graphics/images/1996/m/mindwife.zip
05 Jun 1997 (catalog date)
93,362 bytes
Download FTP scene.org
Rating:
Released at event DML96B in the grfx division and ranked 07

Danny we miss you by Java of Cryonics
/graphics/images/1998/j/ja-dwmy.zip
30 Jun 1998 (catalog date)
680,815 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the grfx division and ranked 04
800x600x16m

Water Density To Wind Crystallization by Swan of The Bermuda Triangle
/graphics/images/1998/t/tbt-wdwc.zip
04 Jun 1998 (catalog date)
48,419 bytes
Download FTP scene.org
Rating:

VGA Hardware Tricks 1 by Trixter of Hornet
/info/demonews/other/vgahard1.zip
09 Nov 1996 (catalog date)
33,335 bytes
Download FTP scene.org
from DemoNews.107

VGA Hardware Tricks 2 by Trixter of Hornet
/info/demonews/other/vgahard2.zip
09 Nov 1996 (catalog date)
96,100 bytes
Download FTP scene.org
from DemoNews.108

VGA Hardware Tricks 3 by Trixter of Hornet
/info/demonews/other/vgahard3.zip
09 Nov 1996 (catalog date)
325,638 bytes
Download FTP scene.org
from DemoNews.111

VGA Hardware Tricks 4 by Trixter of Hornet
/info/demonews/other/vgahard4.zip
09 Nov 1996 (catalog date)
193,955 bytes
Download FTP scene.org
from DemoNews.116

VGA Hardware Tricks 2.5 by Trixter of Hornet
/info/demonews/other/vgahrd25.zip
09 Nov 1996 (catalog date)
214,759 bytes
Download FTP scene.org
from DemoNews.110

Port Delta X by Soundwave
/music/contests/mc1/entries/__deltax.zip
09 Nov 1996 (catalog date)
175,359 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 09

Mindwash by Big Jim
/music/contests/mc2/rookie/r-mwash.zip
09 Nov 1996 (catalog date)
60,641 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R40

Tidly Tum by Paul Hardwick
/music/contests/mc2/rookie/r-tidly.zip
09 Nov 1996 (catalog date)
32,266 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R20

Mindwinds by The REW
/music/contests/mc2/veteran/v-mwinds.zip
09 Nov 1996 (catalog date)
247,559 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V11

Neural Fantasies by Soundwave
/music/contests/mc2/veteran/v-neural.zip
09 Nov 1996 (catalog date)
191,700 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V20

Sidewire by Commodore Phil Photon
/music/contests/mc2/veteran/v-sdwire.zip
09 Nov 1996 (catalog date)
77,425 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked V25

E-56172 by Soundwave
/music/contests/mc3/veteran/e-56172.zip
09 Nov 1996 (catalog date)
304,863 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked V38

Windward by Fred of Terraformer
/music/contests/mc5/intermed/m5i-wind.zip
29 Aug 1997 (catalog date)
326,024 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

Tranquil Memory by Realm Dweller
/music/contests/mc5/rookie/m5r-tqmm.zip
29 Aug 1997 (catalog date)
111,661 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

We Smoken Da Weed by Element
/music/contests/mc5/rookie/m5r-wsdw.zip
29 Aug 1997 (catalog date)
664,643 bytes
Download FTP scene.org
Released at event MC5 in the mmul division and ranked XX

A Different World by nuclear
/music/contests/mc6/intermed/m6i-dwor.zip
28 Mar 1999 (catalog date)
349,836 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Asdreamsofwinterfade by Ponkaroyde
/music/contests/mc6/rookie/m6r-adwf.zip
28 Mar 1999 (catalog date)
229,748 bytes
Download FTP scene.org
Released at event MC6 in the mmul division and ranked XX

Inseminoid by Soundwave
/music/disks/1995/sw-insmn.zip
26 Jul 1996 (catalog date)
1,744,971 bytes
Download FTP scene.org
Rating:

Blackwolf 1998 by Blackwolf of Dungeon Dwellers Design
/music/disks/1998/bw-1998.zip
09 Feb 1998 (catalog date)
697,353 bytes
Download FTP scene.org

Mikit 0.09 For Win95 And Nt by Jean-Paul Mikkers
/music/programs/players/mikit090.zip
27 Aug 1997 (catalog date)
92,776 bytes
Download FTP scene.org
Impulse Tracker Module player for Windows '95 / NT drag & drop, playlist, easy audio setup Req. hardware: 486+ , Win95/NT supported soundcard

GoldWave v2.10
/music/programs/samplers/gldwav21.zip
09 Sep 1996 (catalog date)
281,152 bytes
Download FTP scene.org
(Windows)

Samples from TB Proteus 1/XR by Sam Eassa
/music/samples/proteus3.zip
10 Sep 1996 (catalog date)
746,435 bytes
Download FTP scene.org
This is the third of a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. Whereas the first and second collections (proteus1.zip and proteus2.zip) were a collection of melodic as well as percussion samples at 22kHz/16 bits, this one is percussion only at 44.1kHz/16 bits. Based on some good feedback (thanks Jester :-) I kept all samples very basic (no combos or riffs) for maximum usefulness. The quality is also better due to the fact that the sampling was done locally on the multisound as opposed to using a seperate PC. This has yielded some very quiet and crisp samples compared to the first sets of samples. Although the samples are in .wav format, they can be ported to .smp or almost any other using a program such as Goldwave. All samples are 44.1kHz, 16 bit and were created by playing different percussion notes on the multisound, and capturing them live to RAM and then to disk. Post editing was done to optimize gain and remove the dead space.

Samples from TB Proteus 1/XR by Sam Eassa
/music/samples/proteus4.zip
11 Sep 1996 (catalog date)
1,495,900 bytes
Download FTP scene.org
This is the fourth and probably last in a series of samples extracted from the Turtle Beach Multisound Proteus 1/XR synthesizer. In this collection, I've tried to sample unique sounds native only to the proteus synthesizer and that cannot be found in the General MIDI set. I'm hoping to provide the means for the many composers out there to make some truly unique sounding mods. I kept all samples very basic (no combos or riffs) for maximum usefulness. The quality is also better due to the fact that the sampling was done locally on the multisound as opposed to using a seperate PC as was done on the first two Proteus packs. This has yielded some very quiet and crisp samples. Although the samples are in .wav format, they can be ported to .smp or almost any other using a program such as Goldwave. All samples are 44.1kHz, 16 bit mono and were created by playing different notes on the multisound, and capturing them live to disk using the Multisound's own digital audio sampler. Post editing was done to optimize gain and remove the dead space as well as to keep the samples reasonable small.

Soundwave's Samples, Dr-550mkii Drum Machine Samples by Soundwave
/music/samples/s16dr550.zip
26 Apr 1997 (catalog date)
1,466,881 bytes
Download FTP scene.org
50 high quality, 44.1khZ / 16 bit drum samples sampled directly from the Boss dr550mkII drum machine.

Soundwave's Sample Collection, Waldorf Pulse by Soundwave
/music/samples/s16pulse.zip
13 Oct 1997 (catalog date)
23,581,833 bytes
Download FTP scene.org
Samples of the Waldorf Pulse bass synthesizer, 44.1kHz 16 bit, 8 packs. The Waldorf Pulse is a classy, 3-VCO analog bass synthesizer with some nice acid-tweaking knobs if done right. It can do great Minimoog sounds, screeching leads, and more. Some are homemade, some are not, some are factory patches. Most are multisampled for that analog feel if you split up the waveform. Lots of bass sounds - that's what the Pulse is good for.

Samples (Pack 1A) by Soundwave
/music/samples/sw-441a.zip
10 Sep 1996 (catalog date)
7,613,640 bytes
Download FTP scene.org
WAV

Samples (Set 2: Solos, Bass, Pads) by Soundwave
/music/samples/sw-blp.zip
10 Sep 1996 (catalog date)
2,269,879 bytes
Download FTP scene.org
SND

Samples (Set 5: Brass, Woodwinds, Pads) by Soundwave
/music/samples/sw-brwbl.zip
10 Sep 1996 (catalog date)
2,294,439 bytes
Download FTP scene.org
SND

Samples (Set 6: Custum Patches) by Soundwave
/music/samples/sw-cust.zip
10 Sep 1996 (catalog date)
2,413,478 bytes
Download FTP scene.org
SND

Samples (Set 7: Roland D50) by Soundwave
/music/samples/sw-d50c0.zip
10 Sep 1996 (catalog date)
2,713,976 bytes
Download FTP scene.org
SND

Samples (Set 8: Roland D50) by Soundwave
/music/samples/sw-d50c1.zip
10 Sep 1996 (catalog date)
3,356,730 bytes
Download FTP scene.org
SND

Samples (Set 3: 114 Drum Patches) by Soundwave
/music/samples/sw-drums.zip
10 Sep 1996 (catalog date)
1,088,000 bytes
Download FTP scene.org
SND

Samples (Set 1: Pads and Effects) by Soundwave
/music/samples/sw-pad1.zip
10 Sep 1996 (catalog date)
1,698,824 bytes
Download FTP scene.org
SND

Samples (Set 4: Piano, Guitar, Organ) by Soundwave
/music/samples/sw-piagt.zip
10 Sep 1996 (catalog date)
2,060,712 bytes
Download FTP scene.org
SND

Roland D-50 Samples by Soundwave
/music/samples/swd50.zip
11 Oct 1997 (catalog date)
16,076,830 bytes
Download FTP scene.org
Samples taken from a Roland D50, the king of the late 80s - LA synthesis and PCM samples. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Yamaha DX-27 Samples by Soundwave
/music/samples/swdx27.zip
11 Oct 1997 (catalog date)
16,992,316 bytes
Download FTP scene.org
Samples taken from the Yamaha DX27 - 4-op FM, the little cousin of the DX7. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Roland Juno 106 Samples by Soundwave
/music/samples/swjuno1.zip
11 Oct 1997 (catalog date)
15,529,471 bytes
Download FTP scene.org
Samples taken from the Roland Juno 106 - Analog-based synthesizer with thundering bass. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Roland Juno 106 Samples #2 by Soundwave
/music/samples/swjuno2.zip
11 Oct 1997 (catalog date)
18,988,252 bytes
Download FTP scene.org
Samples taken from the Roland Juno 106 - Analog-based synthesizer with thundering bass, Yamaha TX16W - Sampler with Typhoon OS the modulation makes synthesis possible. By popular demand, the Juno pack is back! And this time, we've got a lot of resonance for all of you techno guys out there. (: We've got a couple of samples of resonant acid-like bass, plus a lot of other goodies with booms, distortion, LFOs, etc. There are 25 additional Juno sounds here, recorded at 44.1kHz, 16 bit on a Pro Audio Spectrum 16 with the sample point at C3 unless otherwise noted. Sorry, no loop points or envelopes are provided. Be sure to check out the Typhoon TR-808-like kit as well.

Oberheim Matrix 1000 Samples by Soundwave
/music/samples/swoberhm.zip
11 Oct 1997 (catalog date)
34,540,308 bytes
Download FTP scene.org
This is yet another sample pack made for those with samplers and high-end trackers. 50 samples are in this pack, all coming from bank 0 (!) of the Oberheim Matrix 1000. The Oberheim Matrix 1000 is a nice little analog synthesizer with classic Oberheim sounds, for those who don't know. The samples were done on a Turtle Beach Tropez. Hopefully this provides a tad better audio quality than the Pro Audio Spectrum 16 (which in itself wasn't bad). Sorry, no loop points or envelopes are provided.

Korg X5 Samples by Soundwave
/music/samples/swx5.zip
11 Oct 1997 (catalog date)
16,367,474 bytes
Download FTP scene.org
Samples taken from the Korg X5, a classy little sample-based synthesizer. This sample pack is made for those with samplers, not those who simply are trackers. All samples are default sampled at C3 unless noted in the text, and recorded at 44.1khZ, 16 bit on a Pro Audio Spectrum 16. Some of these samples you won't find anywhere else, BTW. Sorry, no loop points or envelopes are provided.

Korg X5 Drum Samples by Soundwave
/music/samples/swx5drum.zip
11 Oct 1997 (catalog date)
7,257,634 bytes
Download FTP scene.org
People have been looking for more drums, so I gave them it. This is a nice little series of drums taken from the Korg X5 drum machine. There's 109 drum samples in this pack, which should be more than enough to satisfy your drum appetite.

Juno 106 and Yamaha TX16W Percussion Samples by Soundwave
/music/samples/typhdrum.zip
11 Sep 1996 (catalog date)
461,426 bytes
Download FTP scene.org
WAV, 16-bit 44kh

A Sad World We Live In by Boomer
/music/songs/1995/0-9/2t2-sadw.zip
16 Sep 1996 (catalog date)
289,008 bytes
Download FTP scene.org
Rating:
(S3M)

Flight Of The Bluebird by Soundwave
/music/songs/1995/b/bluebird.zip
16 Sep 1996 (catalog date)
142,569 bytes
Download FTP scene.org
Rating:
(S3M)

Mindwave by Draygen
/music/songs/1995/d/dy-mind.zip
17 Sep 1996 (catalog date)
58,423 bytes
Download FTP scene.org
Rating:
Released at event NAID95
(S3M)

Escape From Reality by Soundwave
/music/songs/1995/e/escape.zip
17 Sep 1996 (catalog date)
693,051 bytes
Download FTP scene.org
Rating:
(S3M)

Inferno by Soundwave
/music/songs/1995/i/inferno.zip
16 Sep 1996 (catalog date)
502,158 bytes
Download FTP scene.org
Rating:
(MTM)

MechaAttack by Soundwave
/music/songs/1995/m/mechattk.zip
18 Sep 1996 (catalog date)
177,445 bytes
Download FTP scene.org
Rating:
(S3M)

Space, Sorrow & Pain by Mindwave
/music/songs/1995/m/mindwav1.zip
18 Sep 1996 (catalog date)
214,184 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the mmul division and ranked ??
(S3M)

Night Train Jazz by Soundwave
/music/songs/1995/n/nightran.zip
18 Sep 1996 (catalog date)
103,454 bytes
Download FTP scene.org
Rating:
(S3M)

Dance With You by Subliminal
/music/songs/1996/a/a_dwithu.zip
22 Sep 1996 (catalog date)
57,663 bytes
Download FTP scene.org
Rating:
(IT)

Dowaleigo by Subliminal
/music/songs/1996/a/a_dwlig.zip
22 Sep 1996 (catalog date)
114,292 bytes
Download FTP scene.org
Rating:
(IT)

Under Water by Barbatruc
/music/songs/1996/b/brb_undw.zip
08 Oct 1996 (catalog date)
63,689 bytes
Download FTP scene.org
Rating:
(S3M)

Sidewalk (live) by Chris Jarvis
/music/songs/1996/c/cj-sdwlk.zip
22 Sep 1996 (catalog date)
171,730 bytes
Download FTP scene.org
Rating:
(IT)

Lords Of Lightning by An Earth Dweller, Stado
/music/songs/1996/d/dss-lord.zip
19 Mar 1997 (catalog date)
376,118 bytes
Download FTP scene.org
(S3M)

Intrigue by Darkwolf
/music/songs/1996/d/dw-intrg.zip
20 Nov 1996 (catalog date)
451,925 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the mmul division and ranked 11
(S3M)

Landwards by Musaya
/music/songs/1996/l/landward.zip
22 Sep 1996 (catalog date)
99,980 bytes
Download FTP scene.org
Rating:
(S3M)

Lol It Down by Tanigon
/music/songs/1996/p/pg_loldw.zip
23 Aug 1996 (catalog date)
246,369 bytes
Download FTP scene.org
Rating:
(XM)

Speedway by Trifid
/music/songs/1996/r/raf-sway.zip
24 Jul 1996 (catalog date)
316,146 bytes
Download FTP scene.org
Rating:
(XM)

Moondwinds by Garfield
/music/songs/1996/v/vmc1moon.zip
23 Jul 1996 (catalog date)
226,223 bytes
Download FTP scene.org
Rating:
(S3M)

Windy World by Dynamite of The Lost Patrol
/music/songs/1996/w/windwrld.zip
20 Sep 1997 (catalog date)
88,459 bytes
Download FTP scene.org
(S3M)

Brown Dwarf by FLAtRich of fLAtDiSk SoftWorks
/music/songs/1997/b/b_dwarf.zip
04 Aug 1997 (catalog date)
255,156 bytes
Download FTP scene.org
(IT)

Cloudwalking by Charles Scheidecker
/music/songs/1997/c/cloudwlk.zip
06 Apr 1997 (catalog date)
153,171 bytes
Download FTP scene.org
(XM)

Depredated Joy by Realm Dweller
/music/songs/1997/d/depr_joy.zip
06 Apr 1997 (catalog date)
166,846 bytes
Download FTP scene.org
(S3M)

Dark Winter Night - Seventh Sky by 7thSky
/music/songs/1997/d/dwinight.zip
19 Mar 1997 (catalog date)
482,214 bytes
Download FTP scene.org
(S3M)

Dawning by StraWinski of iNTERLACED bytes
/music/songs/1997/i/ib-swdwn.zip
11 May 1998 (catalog date)
232,474 bytes
Download FTP scene.org
(XM)

Angel Dawn by VirtulositY of IMC
/music/songs/1997/i/imc-andw.zip
04 Aug 1997 (catalog date)
414,587 bytes
Download FTP scene.org
(XM)

Forma Exchange by Mindwave of Prone
/music/songs/1997/m/mw-forma.zip
09 Feb 1999 (catalog date)
197,636 bytes
Download FTP scene.org
Released at event SE97 in the mmul division and ranked 02

Third Wish by nightshade
/music/songs/1997/n/ns_3rdwi.zip
28 Nov 1997 (catalog date)
1,376,906 bytes
Download FTP scene.org
(XM)

Dead Water by stpark of AVATAR
/music/songs/1997/s/st-dw.zip
10 Nov 1997 (catalog date)
246,217 bytes
Download FTP scene.org
(IT)

Flying Sushi by Dweazle, Deep
/music/songs/1998/a/amb-fls.zip
10 Dec 1998 (catalog date)
562,733 bytes
Download FTP scene.org
Released at event AMB98 in the mhse division and ranked 20

The Birdwathcer by TT-AMS
/music/songs/1998/b/bwatcher.zip
31 May 1998 (catalog date)
256,347 bytes
Download FTP scene.org
(XM)

Changing by MindWalker
/music/songs/1998/c/changing.zip
13 Apr 1998 (catalog date)
599,024 bytes
Download FTP scene.org
(MOD)

Crystal Motion by MindWalker
/music/songs/1998/c/crystal.zip
11 May 1998 (catalog date)
203,785 bytes
Download FTP scene.org
(XM)

Dawn Runaway by MindWalker of Suburban Creations
/music/songs/1998/d/drunaway.zip
02 May 1998 (catalog date)
471,596 bytes
Download FTP scene.org
(XM)

Road Of Memories by MindWalker
/music/songs/1998/m/mw-road.zip
03 Aug 1998 (catalog date)
275,515 bytes
Download FTP scene.org
(XM)

Whisper My Name by MindWalker of Suburban Creations
/music/songs/1998/m/mw-whis.zip
14 Sep 1998 (catalog date)
363,075 bytes
Download FTP scene.org
(XM)

Tekkno Lordwar by i.G.O.r of Roofless
/music/songs/1998/r/roof-007.zip
20 Feb 1998 (catalog date)
1,011,228 bytes
Download FTP scene.org
(XM)

Tekkno Lordwar by i.G.O.r of Roofless
/music/songs/1998/r/roof-008.zip
03 Mar 1998 (catalog date)
547,612 bytes
Download FTP scene.org
(XM)

The mystical power of Hizbollah by Gspot of Bandwagon, Recreation
/music/songs/1998/t/the_myst.zip
13 Dec 1998 (catalog date)
545,049 bytes
Download FTP scene.org
Released at event ASM98 in the mmul division and ranked 03

Zombies On Broadway by FLAtRich of fLAtDiSk SoftWorks
/music/songs/1998/z/zombies.zip
06 Apr 1998 (catalog date)
824,055 bytes
Download FTP scene.org
(IT)

Deal With The Problem by Neotraxx of Aeon, RBI
/music/songs/1998/n/ntx-dwtp.zip
04 Jul 2003 (catalog date)
415,608 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the mmul division and ranked XX
(XM)

Modern Woman by WireMan
/tla/songs/1995/xm/m/modwoman.zip
24 Jul 1996 (catalog date)
395,433 bytes
Download FTP
Rating:

I'll Die Without You by Igneous
/tla/songs/1996/xm/d/dwy.zip
22 Sep 1996 (catalog date)
403,851 bytes
Download FTP
Rating:

The Shadowlands by Lord Shakath Jei
/tla/songs/1996/xm/s/shadwlnd.zip
24 Jul 1996 (catalog date)
431,492 bytes
Download FTP
Rating: