mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
18 lines
346 B
C
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 */
|
|
|