blob: ba86def635a057fc83eb43e0a9e7ed6a6e135b95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*********************************************************************
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 */
|