blob: 49080f8608b49fc9e6428c5c46009354f0f226ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// license:???
// copyright-holders:???
/*********************************************************************
mz_cas.h
Format code for MZ700 cassette files
*********************************************************************/
#ifndef MZ_CAS_H
#define MZ_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(mz700_cassette_formats);
#endif /* MZ_CAS_H */
|