Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fds.h « Inc « Core « STM32 - github.com/ClusterM/famicom-dumper-writer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43b61d72805e9a8752bbebd64d783be347229e90 (plain)
1
2
3
4
5
6
#ifndef INC_FDS_H_
#define INC_FDS_H_

void fds_transfer(uint8_t block_read_start, uint8_t block_read_count, uint8_t block_write_count, uint8_t *block_write_ids, uint16_t *write_lengths, uint8_t *write_data);

#endif /* INC_FDS_H_ */