mame/src/lib/formats/kim1_cas.h

18 lines
346 B
C

/*********************************************************************
kim1_cas.h
Format code for KIM-1 casette files.
*********************************************************************/
#ifndef __KIM1_CAS_H
#define __KIM1_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(kim1_cassette_formats);
#endif /* __KIM1_CAS_H */