mame/src/lib/formats/oric_tap.h

17 lines
341 B
C

/*********************************************************************
oric_tap.h
Format code for Oric TAP (*.tap) files
*********************************************************************/
#ifndef ORIC_TAP_H
#define ORIC_TAP_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(oric_cassette_formats);
#endif /* ORIC_TAP_H */