home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Audio 4.94 - Over 11,000 Files
/
audio-11000.iso
/
msdos
/
midi
/
mpu401c
/
reset.c
< prev
next >
Wrap
C/C++ Source or Header
|
1986-11-02
|
250b
|
13 lines
/* Copyright (C) 1986 by M. J. Shannon, Jr.
** Permission to distribute for non-commercial uses granted as long as this
** notice is retained. Violators will be prosecuted.
*/
#include "mpu/mpu.h"
main()
{
mpu_reset();
return (0);
}