1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
aylet 0.5 - a player for Spectrum `.ay' music files.
Copyright (C) 2001-2005 Russell Marks.
Z80 emulation copyright (C) 1994 Ian Collier.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Roadmap
-------
The COPYING file contains a copy of the GPL described above.
NEWS and ChangeLog describe differences between versions.
Description
-----------
aylet plays music files in the `.ay' format. These files are
essentially wrappers around bits of Z80 code which play music on the
Sinclair ZX Spectrum 128's sound hardware - either the beeper, or
(eponymously) the AY-3-8912 sound chip. Files using the Amstrad CPC
ports are also supported.
`aylet' has a curses-based interface, and `xaylet' has an X-based one.
One source of `.ay' files playable with aylet/xaylet is "Project AY"
on the World of Spectrum website:
http://www.worldofspectrum.org/
Installation
------------
You'll need an ANSI C compiler. `gcc' is fine - so should most other
compilers be, these days.
If you're running Linux, the Makefile should be ok; if not, you might
want to check it. After doing that (or not :-)), you should do `make'
(or `make aylet' if you don't have GTK+ installed), then (as root)
`make install'.
Once it's installed, don't forget to read the man page for further
documentation.
Contacting me
-------------
You can email me at rus@svgalib.org.
Share and enjoy!
-Rus.
|