Commit Graph

4 Commits

Author SHA1 Message Date
naddy
06ebc532ac drop RCS Ids 2022-03-11 18:59:33 +00:00
bcallah
dcd470404f Update to tnylpo-1.1.4
Changelog: https://gitlab.com/gbrein/tnylpo/-/releases#1.1.4
2021-10-09 17:16:49 +00:00
bcallah
40a4233360 Update to tnylpo-1.1.3
Changelog: https://gitlab.com/gbrein/tnylpo/-/releases/1.1.3
2021-03-19 21:52:02 +00:00
bcallah
f31a6a1561 Import emulators/tnylpo, a utility to run CP/M-80 programs under Unix.
ok benoit@

tnylpo allows the execution of programs written for CP/M-80 version 2.2
under Unixy operating systems. The companion program tnylpo-convert
converts text files to and from the CP/M format.

Features:
* Full Z80 instruction set (including undocumented instructions and
  features)
* All BDOS calls of CP/M 2.2 and a few taken from CP/M 3 (mostly for
  date and time handling)
* All character handling BIOS calls of CP/M 2.2
* Maps CP/M file operations to operations on files in the Unix file
  system
* Allows you to map up to 16 CP/M drives to arbitrary Unix directories
* Built-in curses based emulation of the DEC VT52
* Allows you to combine CP/M programs with Unix shell redirections and
  pipelines

Note that all CP/M program and data file names are expected in lower
case. For example, files called TURBO.COM or L80.COM need to be renamed
to turbo.com and l80.com to be accessible by tnylpo.
2020-12-16 16:53:48 +00:00