Dragon Demos

Skip to site navigation

A collection of demo or work-in-progress (or possibly destined to remain proof-of-concept) Dragon software.

Nyan Cat

The famous video comes to the Dragon 64!

To load the cassette images, attach the appropriate one and type CLOADM. Press Space when prompted. To load from the Dragon disk image, attach it and type RUN"DEMO.BIN". To load from the CoCo disk image, attach it and type LOADM"DEMO":EXEC. 64K required.

The binaries are now compressed with dzip.

The tech stuff: the animation is a 12 frame loop running at 12.5FPS. The music is three channels (one sample, two waveforms w/ arpeg) mixed at 10055Hz (slightly slower on many real Dragon 64s due to adjusted core clock).

Thanks to:

Horizontal Scrolling

Horizontally scrolling shooter demo. Technical features:

This disk image is "dual boot": it should work on both the Dragon (using DragonDOS) and the CoCo (RSDOS). To start, in DragonDOS: BOOT or RUN"BOOT". In RSDOS: DOS or LOADM"BOOT".

Keys are W, S, A, D and Enter. P pauses, and within pause mode, Break will restart the demo level. Some number keys adjust options like player speed and firing rate.

Line Drawing

An Asteroids-esque environment demonstrating line drawing. All the vector offsets are precalculated, but line drawing is done properly. Keys A and S allow rotation of the ship, but nothing else works.

Vertical Scrolling

Fast full-height vertical scroll, albeit in a lower resolution. Not very much CPU time left after this, not sure it could be turned into a game really. Keys (in the CoCo keymap only!) are W, S, A, D and Enter.

Updated 22 Jan 2012