void fm_init(void) { int i; adlib_init(freq); for(i=0;i<0x1ff;i++) { adlib_write(i,0); } }
virtual void Init( Bitu rate ) { adlib_init(rate); }