aboutsummaryrefslogtreecommitdiff
path: root/source/sdd1emu.h
blob: 07bdeb64d07a6ea27e34f5fdf5a4d2d3026bb2af (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, int32_t output_length);

#endif