• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H02-Mar-2005-453348

src/H03-May-2022-26,50319,980

AUTHORSH A D26-Feb-2005757 2515

COPYINGH A D18-Dec-200417.6 KiB342281

ChangeLogH A D01-Mar-20056.8 KiB187126

INSTALLH A D22-Dec-20047.6 KiB183143

Makefile.amH A D22-Dec-200414 21

Makefile.inH A D02-Mar-200513.1 KiB437360

NEWSH A D26-Feb-2005297 75

READMEH A D01-Mar-20051.6 KiB6038

TODOH A D01-Mar-2005890 2313

acinclude.m4H A D26-Feb-200512.9 KiB358318

aclocal.m4H A D02-Mar-2005249.4 KiB7,2076,403

autogen.shH A D02-Mar-2005119 106

compileH A D22-Dec-20043 KiB10854

config.guessH A D02-Mar-200542.6 KiB1,4601,260

config.subH A D02-Mar-200530.4 KiB1,5501,409

configureH A D02-Mar-2005705 KiB22,55118,289

configure.acH A D01-Mar-20054.3 KiB159130

depcompH A D22-Dec-200411.8 KiB424278

festalon.nsiH A D01-Feb-2004952 2623

festalon.specH A D02-Mar-2005670 3425

install-shH A D22-Dec-20046.3 KiB270153

ltmain.shH A D02-Mar-2005181.6 KiB6,4925,104

missingH A D22-Dec-20046.3 KiB199159

mkinstalldirsH A D22-Dec-2004722 4123

README

1*Minimum* CPU requirements:
2
3	NSF Playback:
4		x86	233-266 MHz Pentium II
5		PowerPC	G3/G4 ???
6
7	HES Playback:
8		x86	800-1.0GHz Pentium III
9		PowerPC G4 800 MHz
10
11On x86 platforms, Festalon will take advantage of the following SIMD
12instruction sets, listed in order of highest preference first:
13	SSE3
14	MMX
15	SSE
16	3DNow!
17
18On PowerPC platforms, AltiVec is always used(meaning your processor must support it to use Festalon!).
19
20			*** IMPORTANT ****
21
22It's strongly recommended that you compile with platform-specific code
23tuning options(-march or at least -mtune).
24	Example: export CFLAGS="-march=i686" ; ./configure
25
26			*** IMPORTANT ****
27
28
29The "float" type on your processor should be 4 bytes long.
30
31You will need to have "libsamplerate" installed before trying to compile.
32It may be obtained at http://www.mega-nerd.com/SRC/
33
34
35Console interface:
36
37	Key		Function
38	---		--------
39
40	Cursor Left	Decrease current song number by 1 and play the song referenced by that number.
41	Cursor Right	Increase current song number by 1 and play the song referenced by that number.
42
43	Cursor Down	Decrease current song number by 10 and play the song referenced by that number.
44	Cursor Up	Increase current song number by 10 and play the song referenced by that number.
45
46	Enter/Return	Restart the current song.
47
48	-               Decrease volume by 1%(of 100%)
49	+/=		Increase volume by 1%(of 100%)
50
51	a		Decrease volume by 25%(of 100%)
52	s		Increase volume by 25%(of 100%)
53
54	p		Pause sound playback.
55
56	1 through 10	Toggle channel disable bit on sound channels 1 through 10.
57
58	Shift + 	Toggle channel disable bit on sound channels 11 through 20.
59	 1 through 10
60