#include "buffer.h"
Include dependency graph for buffer.c:
Go to the source code of this file.
Variables | |
xdata DiskBlockType | diskSect |
File I/O buffer. | |
xdata unsigned char * | dataBufPtr |
Global Data Buffer pointer Used mainly for filling the buffer and reading MP3 data to send to the codec, be very careful with what you do with this global pointer! | |
addressType | sectorAddress |
Dirty but powerful global variable that is used for 1) remembering which sector is in the RAM disk buffer diskSect and 2) possibly other weird and dirty purposes, be very careful with this! |
Supported data types: Raw buffer, FAT entries.
Definition in file buffer.c.
|
Global Data Buffer pointer Used mainly for filling the buffer and reading MP3 data to send to the codec, be very careful with what you do with this global pointer!
Definition at line 15 of file buffer.c. Referenced by EchoEnable(), FGetChar(), MmcGetData(), OpenFile(), PerformBlockRead(), PlayerTaskHandler(), TransferSectorSCI(), TransferSectorSDI(), WriteDiskSector(), and WritePhysicalSector(). |
|
File I/O buffer.
Definition at line 11 of file buffer.c. Referenced by ApplyMidiMap(), BuildFragmentTable(), DumpDiskSector(), EchoEnable(), FatInitGlobals(), FGetChar(), GetFatEntry(), GetNextSector(), GetStorageInformation(), InitMMC(), MmcGetData(), OpenFile(), PerformBlockRead(), PlayerTaskHandler(), RealInitFileSystem(), SelectMidiFile(), SelectRecordFile(), TransferSectorSCI(), TransferSectorSDI(), and WriteDiskSector(). |
|
Dirty but powerful global variable that is used for 1) remembering which sector is in the RAM disk buffer diskSect and 2) possibly other weird and dirty purposes, be very careful with this!
Definition at line 17 of file buffer.c. Referenced by BuildFragmentTable(), DumpDiskSector(), FatInitGlobals(), FGetChar(), GetFatEntry(), GetNextSector(), LoadNextSector(), OpenFile(), PlayDiskSectors(), PlayerTaskHandler(), RealInitFileSystem(), SeekSector(), SelectMidiFile(), WriteDiskSector(), and WritePhysicalSector(). |