mame/src/lib/formats/oric_tap.h
2015-05-21 20:06:05 +02:00

19 lines
391 B
C

// license:???
// copyright-holders:Kevin Thacker
/*********************************************************************
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 */