blob: 2ec73b654fc66d72679435e0abaf2863fb9b0f87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*********************************************************************
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 */
|