/garage

Archive of my old projects including Commodore, CP/M, DOS and early Windows.

Primary LanguagePascal

 ██████╗  █████╗ ██████╗  █████╗  ██████╗ ███████╗
██╔════╝ ██╔══██╗██╔══██╗██╔══██╗██╔════╝ ██╔════╝
██║  ███╗███████║██████╔╝███████║██║  ███╗█████╗  
██║   ██║██╔══██║██╔══██╗██╔══██║██║   ██║██╔══╝  
╚██████╔╝██║  ██║██║  ██║██║  ██║╚██████╔╝███████╗
 ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝ ╚═════╝ ╚══════╝
  • Commodore This is a collection of APIs and programs I wrote for the C128 and C64. Digital sound recording and play back, games, graphics and other experiments.
  • DOS This features my Turbo Vision CyberTools API for Turbo Pascal/Borland Pascal 7.

For most of us technology guys the garage is the place for old technology (and other stuff) to die. I think the last time I used my C128D was probably 1996 (9 years after purchase). That means other than the 2005 floppy transfer project I used the C128D once in 20 years (I tested to make sure it worked in late 2016) before I finally sold it. I still had the Pentium 133 MHz Dells I used to transfer the 1571 files via MFM floppy to DOS to preserve them. I had those PCs for at least 13 years. The cool thing is that virtualization allows these old garage artifacts to live on through software and even be modified.

As part of my garage cleaning project I sold my C128D, 1581 and 1571 to a lady who is giving it to her son for a museum piece. I originally bought the system in 1987 and used it for several years. This got me to thinking that I should release all of my source code including some stuff I did for DOS in Borland Pascal and maybe even some of my Delphi stuff :) Back in 2005 I decided to transfer all of my Commodore floppies to disk images (d64, d71, d81, etc.) before it was too late to read them. I did this in the garage of course.

I'm going through and making sure everything compiles and runs, so you will get a fully working development environment for the various projects. All the compilers, etc. have been released to the public domain as far as I can tell. You will need the original hardware or an emulator to compile and execute the code. As I have time I'll add and document more projects.

You may see some of my stuff floating around the Internet. I even found a You tube video of one of my CP/M libraries :) This repo will be the definitive depository for my legacy work.

FreeBSD License

Copyright (c) Steven P. Goldsmith

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.