#ifndef PPI_H
#define PPI_H


#include  <exec/types.h>


void __asm WritePPI( register __d0 USHORT adr, register __d1 UBYTE val );

UBYTE __asm ReadPPI( register __d0 USHORT adr );

BOOL InitSound( void );

void EndSound( void );


#endif
