ADPCM Hardware Functions
ad_reset( void );ad_trans( unsigned char ovl_index, unsigned int sect_offset, unsigned char nb_sectors, unsigned int ad_addr );ad_read( unsigned int ad_addr, unsigned char mode, unsigned int buf, unsigned int bytes );Valid modes Meaning of 'buf'
----------- ----------------
0 Offset in the mapped ram.
2-6 Directly into memory mapped to MMR #'mode'
0xFF Offset in video ram.ad_write( unsigned int ad_addr, unsigned char mode, unsigned int buf, unsigned int bytes );Valid modes Meaning of 'buf'
----------- ----------------
0 Offset in the mapped ram.
2-6 Directly into memory mapped to MMR #'mode'
0xFF Offset in video ram.Last updated