Commit graph

3 commits

Author SHA1 Message Date
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Sergei Kolobov
6098698fea 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>
2003-10-29 16:19:28 +00:00