mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c9ce00862e
I have added a new option (-b) that allows you to specify 8 or 16bit output. The default is still 8bit though.
13 lines
281 B
Plaintext
13 lines
281 B
Plaintext
*** nspmod.h.orig Wed Sep 3 14:58:53 1997
|
|
--- nspmod.h Wed Sep 3 13:47:40 1997
|
|
***************
|
|
*** 3,8 ****
|
|
--- 3,9 ----
|
|
#endif
|
|
|
|
typedef struct {
|
|
+ i15x bits; /* -b # */
|
|
i15x onlyCh; /* -c # */
|
|
i15x showEvents; /* -e, -ee */
|
|
u16x outRate; /* -f # */
|