#include "record.h"
#include "filesys.h"
#include "storage.h"
#include "vs10xx.h"
#include "console.h"
#include "ui.h"
#include "display.h"
Include dependency graph for record.c:
Go to the source code of this file.
Variables | |
xdata unsigned char | SPMax |
code const unsigned char | RIFFHeader0 [] |
first part of RIFF Header, insert 444 zeroes after this | |
code const unsigned char | RIFFHeader504 [] |
second part of RIFF Header, bytes 504...511 | |
code const unsigned char | RIFFHeader9k6Hz [] |
first part of RIFF Header, insert 444 zeroes after this |
Definition in file record.c.
|
Initial value: { 'R' , 'I' , 'F' , 'F' , 0x70, 0x70, 0x70, 0x70, 'W' , 'A' , 'V' , 'E' , 'f' , 'm' , 't' , ' ' , 0x14, 0x00, 0x00, 0x00, 0x11, 0x00, 0x01, 0x00, 0x44, 0xac, 0x00, 0x00, 0xd7, 0x0f, 0x00, 0x00, 0x00, 0x01, 0x04, 0x00, 0x02, 0x00, 0xf9, 0x01, 'f' , 'a' , 'c' , 't' , 0xc8, 0x01, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff }
Definition at line 15 of file record.c. Referenced by EchoEnable(), and SelectRecordFile(). |
|
Initial value: { 'd' , 'a' , 't' , 'a' , 0x70, 0x70, 0x70, 0x70 }
Definition at line 38 of file record.c. Referenced by EchoEnable(), and SelectRecordFile(). |
|
Initial value: { 'R' , 'I' , 'F' , 'F' , 0x70, 0x70, 0x70, 0x70, 'W' , 'A' , 'V' , 'E' , 'f' , 'm' , 't' , ' ' , 0x14, 0x00, 0x00, 0x00, 0x11, 0x00, 0x01, 0x00, 0x80, 0x25, 0x00, 0x00, 0xd7, 0x0f, 0x00, 0x00, 0x00, 0x01, 0x04, 0x00, 0x02, 0x00, 0xf9, 0x01, 'f' , 'a' , 'c' , 't' , 0xc8, 0x01, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff }
|
|
Definition at line 63 of file player.c. Referenced by timer0_interrupt(). |