blob: f8d4f0e0c833eb01320e80f89642b7fd5787ac82 (
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:Wilbert Pol
/*********************************************************************
kim1_cas.h
Format code for KIM-1 cassette files.
*********************************************************************/
#ifndef __KIM1_CAS_H
#define __KIM1_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(kim1_cassette_formats);
#endif /* __KIM1_CAS_H */
|