mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
17 lines
345 B
C
17 lines
345 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 */
|