Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Vision2 - a VT100, VT102, VT220, and VT320 terminal emulator. The main reason I embarked on this project.

  • SpellMaster Spell-Master - a companion to PipeDream which would be very useful to have available at all times, without having to dedicate an entire card to it.

...

Vision's code binds its ROM banks using static addressing which fails when not running from a 32KB Eprom. Furthermore it can only run in card slots 2 or 3. It needed to have this fixed prior to inclusion in this ROM image:Vision2 Fix Patch

Likewise SpellMaster Spell-Master has two banks of ROM code but it somewhat unconventionally pages in six more banks of dictionary data. It uses static bank addressing (relative only to the current card slot) which also needed to be converted to fully relative addressing prior to inclusion: SpellMaster Fix Patches

XY-Modem was able to fit within some unused space in the top bank of SpellMasterSpell-Master, but it needed to be recompiled with a new org address to achieve this.

...