diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-29 16:19:28 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-29 16:19:28 +0000 |
commit | 6098698feace84a611f0e877a6c0d556b2a59400 (patch) | |
tree | 4fbb00919c47fa7c121b0af1671fe3899aabe52e /emulators/Makefile | |
parent | Add lib765 0.3.1.1, emulation of uPD765a Floppy Disc Controller. (diff) |
Add libspectrum 0.2.0.1, handling of ZX-Spectrum emulator files formats.
libspectrum is a fairly simple library designed to make the handling
of various ZX Spectrum emulator-related file formats easy.
So far it handles:
* Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp.,
.snp and +D snapshots (read only)
* Tape images: .tzx, .tap (read/write) and Warajevo .tap (read only)
* Input recordings: .rzx (read/write)
* Timex cartridges: .dck (read only)
There are also some subsidiary functions which may be generally useful
for Spectrum-related utilities.
Author: Philip Kendall <pak21-spectrum@srcf.ucam.org>
WWW: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html
PR: 58638
Submitted by: Alexey V. Antipovsky <kemm@in-line.ru>
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 1b29e40f4e4c..490af680ba4e 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -37,6 +37,7 @@ SUBDIR += klh10 SUBDIR += kmamerun SUBDIR += lib765 + SUBDIR += libspectrum SUBDIR += libvm68k SUBDIR += linux-ePSXe SUBDIR += linux-peops-softgpu |