mame/src/lib/formats/orao_cas.h

16 lines
207 B
C

/*
orao_cas.h
Format code for orao cassette files
*/
#ifndef ORAO_CAS_H
#define ORAO_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(orao_cassette_formats);
#endif /* ORAO_CAS_H */