home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / misc / emu / contents next >
Text File  |  1993-12-22  |  991b  |  20 lines

  1. TransNib    A fast, simple parallel data transfer protocol.  It was
  2.         designed to make linking any type of machine to any other
  3.         type as easy as possible.  All that is required is six 5V
  4.         I/O lines at each end.  It doesn't matter how fast or slow
  5.         each machine is, as the protocol uses a two-line handshake
  6.         procedure, ensuring the two machines cannot possibly go out
  7.         of sync.  Any two computers supporting the TransNib V1.00
  8.         protocol can be linked.  So far, front-ends exist for Amiga
  9.         and the Commodore 64.  Version 1.0, binary only.
  10.         Author:  Matt Francis
  11.  
  12. Z80        Zilog Z80 CPU emulator package for the Motorola M68000
  13.         family.  It is coded entirely in 680x0 assembler, and is
  14.         probably the fastest existing Z80 emulator for this pro-
  15.         cessor family, while retaining complete generality.  It
  16.         was developed on an Amiga, but should be possible to use
  17.         on any 680x0-based computer without any modifications.
  18.         Version 0.99b, freeware, includes source.
  19.         Author:  Richard Carlsson
  20.