aboutsummaryrefslogtreecommitdiff
path: root/source/sdd1emu.h
blob: a968f7d40a5ea3107e90f39ee79a8167877a5c1c (plain)
1
2
3
4
5
6
7
8
#include "../copyright"

#ifndef SDD1EMU_H
#define SDD1EMU_H

void SDD1_decompress(uint8_t* out, uint8_t* in, int output_length);

#endif