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

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

void erase_unrom512();
void write_unrom512(uint32_t address, uint16_t len, uint8_t *data);

#endif /* INC_UNROM512_H_ */