blob: fac69f69cc3f7b58842c7a426bbfb953bc10b76d (
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 cassette files
*********************************************************************/
#ifndef MZ_CAS_H
#define MZ_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(mz700_cassette_formats);
#endif /* MZ_CAS_H */
|