User Tools

Site Tools


research:type_in_guides

This is an old revision of the document!


Type-in Software Digitization Guide

Commodore (petcat)

Prerequisites

Typing

  1. Type the Commodore BASIC listing into a text file using a modern text editor.
    • Consult this website for a mapping of glyphs to their petcat encoding.
    • Consult this website to find out how certain screen codes affect the display - this is useful when they're hard to read.
    • Note that typing lowercase for characters which appear uppercase is deliberate.
  2. Run the following command to convert the BASIC text file into a .PRG:
    • Commodore 64, VIC-20/VIC-1001, MAX Machine: petcat -w2 -o FILE.prg FILE.bas

Playing/Testing

  • Commodore 64 (Japanese): Open the x64 VICE emulator, Preferences → Settings, Machine → Model → Japanese, Close, drag .prg file onto emulator window.
  • VIC-1001 (Japanese): Open the xvic VICE emulator, Preferences → Settings, Machine → Model → VIC1001, Memory expansions → Common configurations → 3KiB (block 0), Close, ALT-F9 to soft reset, then drag .prg onto the emulator window.

Family BASIC (VirtuaNES)

Guide provided via Gaming Alexandria.

ZX-81 (zxtext2p)

Preparation

Typing

  1. Type the ZX81 listing into a text file using a modern text editor.
  2. Run zxtext2p.exe -o FILE.p FILE.txt to convert into a tape file (.p extension).

Playing/Testing

  1. Launch EightyOne, File → Open Tape, “FILE.p”
  2. Wait for the tape to load.
  3. Press “R” (RUN), then ENTER.

ZX Spectrum (zmakebas)

Prerequisites

    • TODO: Provide Windows binaries!
  • Any ZX Spectrum emulator of choice; the author used ZEsarUX.

Typing

  1. Type the ZX Spectrum listing into a text file using a modern text editor.
    • The zmakebas README lists notes on typing special characters.
  2. Run zmakebas -o FILE.tap -n NAME FILE.txt to convert into a tape file (.tap extension).
research/type_in_guides.1664122898.txt.gz · Last modified: 2022/09/25 16:21 by asie