1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Satoshi Taoka
605108f023 (1) Modification about sound by the following PR:
PR:		ports/8795
Submitted by:	Mikhail Teterin <mi@aldan.ziplink.net>

(2) I found another bug:

 -  if (!dsp) do_nothing();
 +  if (dsp<0) do_nothing();

The bug causes "Program terminated with signal 8, Floating point exception".

(3) Typo in pkg/DESCR
1999-04-01 01:43:33 +00:00
Thomas Gellekum
e2beafba9f Make NOSOUND option actually work. 1998-05-28 08:24:37 +00:00
Thomas Gellekum
139e41f4af Grr. Fix patch. 1998-05-28 07:43:14 +00:00
Thomas Gellekum
6d45df077a Upgrade to 2.0. 1998-05-28 07:39:25 +00:00
Satoshi Asami
d6b2fcfe19 Fix for GUS sound cards.
Submitted by:	jmz
1996-11-30 09:31:32 +00:00
Torsten Blum
8b4ec917e3 Upgrade to 1.6c 1996-11-30 00:12:22 +00:00
Satoshi Asami
1f4361e168 The resurrection of the great video game Galaga. It's as slow as a dog
but if you have a super-fast video card, maybe it will be fun.

I don't have a sound card, so that part isn't tested at all.
1995-08-28 07:43:38 +00:00