blob: f1010a111a9450267cf5593c808b907efd72bd41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/*********************************************************************
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 */
|