blob: a06f557a8ec54ef1c6fddaf008a9972f0c73993b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*********************************************************************
mz_cas.h
Format code for MZ700 casette files
*********************************************************************/
#ifndef MZ_CAS_H
#define MZ_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(mz700_cassette_formats);
#endif /* MZ_CAS_H */
|