summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..038e14b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: xtrs
+Section: contrib/otherosfs
+Priority: extra
+Maintainer: G. Branden Robinson <g.branden.robinson@gmail.com>
+Build-Depends: libncurses5-dev, libreadline-dev, libx11-dev, groff, debhelper (>= 5), po-debconf, html2text
+Standards-Version: 3.7.3
+
+Package: xtrs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: emulator for TRS-80 Model I/III/4/4P computers
+ xtrs is an X-based emulator for the Tandy/Radio Shack line of Zilog
+ Z-80-based microcomputers popular in the late 1970s and early 1980s. It
+ features cassette, floppy, and hard drive emulation, timer interrupt
+ emulation, file import and export from the host operating system, support for
+ most of the undocumented Z-80 instructions, and a built-in debugger. Real
+ floppy drives can be used, and, if an OSS-compatible sound driver is
+ available, application-based sound can be played and real cassettes read and
+ written directly through the sound card or via WAVE files. Several hi-res
+ graphics cards are emulated and, in Model 4/4P mode, mice are supported.
+ There is also real-time clock, sound card, serial port, joystick, and CPU
+ clock speedup emulation.
+ .
+ xtrs requires ROM images from the original machines. The ROMs are
+ copyrighted by Radio Shack and are not freely licensed. (Exception: in Model
+ 4P mode, a freely licensed boot ROM included with this package can be used to
+ boot a Model 4 operating system from a diskette image.)
+# $Id: control 118 2008-02-07 05:09:37Z branden $
+#
+# vim:set ai et sw=2 ts=2 tw=78: