Fort Worth TS2068 Club Library Tape

This tape is a compilation of programs from user group members (Robert Burton, David Baulch, Frank Bouldin, Chuck Dawson, Ryan Gray, Ben Jackson) and other sources.

Content

Appears On

A two-author machine code hack from 1985 that rewrites the system font in RAM to produce genuinely bold characters — toggled on or off at runtime with a single POKE.
Two bouncing points trace 200 lines across the screen in an ever-changing geometric art display, then clear and restart with a new pattern.
This banner generator reads ROM font bitmaps directly, decoding each bit to scale any message into giant printer text with adjustable width and height.
A self-installing machine code beeper routine that carves its own RAM space, pokes 43 bytes of Z80, and plays a tone on every keypress via USR.
An 8-bit data bus visualiser that lights up coloured columns for each bit, with both an auto-counting demo mode and direct decimal entry.
Enter a bounce count and watch a pixel ricochet across the full screen, with distinct beeps at each wall — stopping exactly when you say.
A Breakout-style demolition game that drops a ball through coloured brick rows, complete with splash damage, a high score, and direct font manipulation for the scoreboard.
A calendar generator using Zeller's congruence calculates the correct starting weekday for any month from 1752 onward, with clever PEEK tricks to manage column-based layout.
A complete calligraphic bitmap font renderer that places custom 24×24 and 24×30 pixel letters anywhere on screen using pixel-precise coordinates and machine code.
A ten-image clip-art menu lets you PLOT, DRAW, and CIRCLE flowers, bees, valentines, and more — even layering multiple images on one screen.
A self-advancing digital clock that chimes every quarter-hour with distinct melodies and renders digits by bit-reading the ROM font with PEEK.
A BASIC tool that relocates Z80 machine code to a new address and automatically patches every internal absolute address so nothing breaks.
A full Z80 disassembler in BASIC that decodes every prefix, resolves relative jump targets, and prints annotated mnemonics — with a single flag to switch between two character sets.
A full seven-field contact database for a church department, driven by machine-code modules that patch RESTORE addresses on the fly to navigate records stored in DATA statements.
A pure-BASIC precision clock uses nested timing loops, BEEP-based calibration, and indirect GO SUB calls via stored line numbers to display large block-graphic digits.
A BASIC-coded Z80 disassembler decodes opcodes from any memory address, handles CB and ED prefixes, and sends formatted mnemonics to both screen and printer.
FUDGE is a complete joystick-driven UDG editor with pull-down menus, pixel grid editing, flip, rotate, shift, animate, and tape save/load for all 21 user-defined graphics.
A complete flight-planning calculator that plots your route over a hand-drawn map of the USA, computing wind correction, ground speed, and fuel burn for each leg.
A hand-crafted Fort Worth December temperature chart plots record highs, record lows, historical averages, and a chosen year's daily readings — all with PLOT and DRAW.
One program that has the following games and programs:
A machine code–assisted tool that intercepts and decodes tape header blocks, revealing file type, filename, length, and start address for any loaded tape.
A menu-driven hydrology suite that calculates watershed slopes, draws drainage maps, prepares unit hydrographs, and fits lognormal distributions — all with embedded machine code.
A two-way Julian Day Number converter that handles BC dates, century corrections, and day-of-week calculation via a clever shared subroutine.
A tiny 25-byte machine code routine slots itself just above RAMTOP and returns real-time two-key keyboard state — callable from BASIC with a single USR expression.
A full Simplex Method solver that handles mixed constraints, artificial variables, and Big-M penalties — printing the complete tableau at every iteration until the optimal solution is found.
A full machine code monitor lets you examine, edit, enter, save, and run memory—complete with hex/decimal toggle and Z80 scroll routines POKEd in at startup.
A complete tape-based mailing-list manager for a T/S user group, with member records, label printing, and a machine-code printer patch all bundled together.
A four-mode teacher's grade book that calculates weighted averages across a six-week period and prints formatted report cards directly to a 2040 printer.
A playable two-octave piano keyboard with flashing key animations, sharp/flat labels, and a built-in melody demo hidden behind a single keypress.
Enter any number from 3 to 30 and watch every vertex pair of a regular polygon get connected, revealing intricate geometric star patterns built from pure BASIC trigonometry.
A complete OSCAR-10 satellite tracker that plots world maps, calculates Doppler shifts, and displays live azimuth/elevation for 18 cities worldwide.
An interactive PSG register editor that reads, displays, and writes all 15 sound chip registers live — showing binary and decimal values simultaneously.
A fully interactive pie chart generator that pulls individual slices, labels them with trigonometry, and relies on TASWIDE for wide text output.
Type in any 3–7 letter word and this BASIC program systematically generates every possible permutation, with factorial counts and real-time progress on screen.
Enter any byte value and watch it fill every pixel and every colour cell on screen — a hands-on tool for understanding display memory layout.
A complete household utility auditor that handles three-tier electric, gas, water, and shared phone bills — all driven by editable DATA statements.
Incomplete implementation of figForth.

Related Products

Related Articles

Related Content

Image Gallery

Source Code

Note: Type-in program listings on this website use ZMAKEBAS notation for graphics characters.

Scroll to Top